Ejemplo n.º 1
0
 def exit(self): return _inaoqi.module_exit(self)
 def getName(self): return _inaoqi.module_getName(self)
Ejemplo n.º 2
0
 def exit(self):
     return _inaoqi.module_exit(self)
Ejemplo n.º 3
0
 def exit(self): return _inaoqi.module_exit(self)
 def getName(self): return _inaoqi.module_getName(self)
Ejemplo n.º 4
0
 def exit(*args):
     return _inaoqi.module_exit(*args)
Ejemplo n.º 5
0
 def exit(*args): return _inaoqi.module_exit(*args)
 def getName(*args): return _inaoqi.module_getName(*args)