Exemple #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
 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
Exemple #3
0
 def __init__(eh):
     EventHandler.__init__(eh)
     eh.event = None
Exemple #4
0
 def __init__(self):
     EventHandler.__init__(self)
     self.evlist = dict()
     self.msglist = []
Exemple #5
0
 def __init__(self):
     EventHandler.__init__(self)
     self.evlist = dict()
     self.msglist = []
Exemple #6
0
 def __init__(eh):
     EventHandler.__init__(eh)
     eh.event = None