コード例 #1
0
 def __init__(self, command):
     LustreEH.__init__(self)
     self.command = command
     # Name of action to be supported by components (used with filter())
     self.fs_action = command.NAME
     self.verbose = self.command.options.verbose
     self.fs = None
コード例 #2
0
 def __init__(self, command):
     LustreEH.__init__(self)
     self.command = command
     # Name of action to be supported by components (used with filter())
     self.fs_action = command.NAME
     self.verbose = self.command.options.verbose
     self.fs = None
コード例 #3
0
ファイル: ProxyTest.py プロジェクト: thiell/shine
 def __init__(eh):
     EventHandler.__init__(eh)
     eh.event = None
コード例 #4
0
 def __init__(self):
     EventHandler.__init__(self)
     self.evlist = dict()
     self.msglist = []
コード例 #5
0
ファイル: LaunchTest.py プロジェクト: pombredanne/shine
 def __init__(self):
     EventHandler.__init__(self)
     self.evlist = dict()
     self.msglist = []
コード例 #6
0
ファイル: ProxyTest.py プロジェクト: bullxpfs/lustre-shine
 def __init__(eh):
     EventHandler.__init__(eh)
     eh.event = None