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