Beispiel #1
0
 def on_connect(self):
     SlaveService.on_connect(self)
     self._conn.cg_modules = ModuleNamespace(self._conn.root.getmodule)
Beispiel #2
0
 def __init__(self, conn):
     SlaveService.__init__(self, conn)
Beispiel #3
0
 def on_connect(self):
     SlaveService.on_connect(self)
     self._conn.cg_modules = ModuleNamespace(self._conn.root.getmodule)
Beispiel #4
0
 def __init__(self, conn):
     SlaveService.__init__(self, conn)