示例#1
0
 def save_me(self):
     Component.save(self)
示例#2
0
文件: bgsched.py 项目: yfan000/cobalt
    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)