コード例 #1
0
 def __init__(self):
     NetCommandFactory.__init__(self)
     self.modules_manager = ModulesManager()
コード例 #2
0
 def __init__(self):
     NetCommandFactory.__init__(self)
     self.modules_manager = ModulesManager()
コード例 #3
0
 def __init__(self):
     self.cmd_factory = NetCommandFactory()
     self.writer = _DummyWriter()