コード例 #1
0
ファイル: pyro.py プロジェクト: SuicideSin/Automaton
 def __init__(self, withgui=False, port=9090):
   AutomatonServer.__init__(self, withgui)
   Pyro.core.ObjBase.__init__(self)
   self.port = port
   self.initialized = False
コード例 #2
0
ファイル: pyro.py プロジェクト: nemec/Automaton
 def __init__(self, withgui=False, port=9090):
     AutomatonServer.__init__(self, withgui)
     Pyro.core.ObjBase.__init__(self)
     self.port = port
     self.initialized = False
コード例 #3
0
ファイル: cherry.py プロジェクト: nemec/Automaton
 def __init__(self, withgui=False, port=9090):
   AutomatonServer.__init__(self, withgui)
   self.port = port
   self.encoder = json.JSONEncoder()
コード例 #4
0
 def __init__(self, withgui=False, port=9090):
     AutomatonServer.__init__(self, withgui)
     self.port = port
     self.encoder = json.JSONEncoder()