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