Пример #1
0
 def save_me(self):
     Component.save(self)
Пример #2
0
    def save_me(self):
        '''Automatic method for saving off the component statefile

        '''
        Component.save(self)
Пример #3
0
 def save_me(self):
     '''Automatically write statefiles.'''
     Component.save(self)
Пример #4
0
    def save_me(self):
        '''Automatic method for saving off the component statefile

        '''
        Component.save(self)