示例#1
0
 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()