Example #1
0
 def exit(self): return _inaoqi.module_exit(self)
 def getName(self): return _inaoqi.module_getName(self)
Example #2
0
 def exit(self):
     return _inaoqi.module_exit(self)
 def exit(self): return _inaoqi.module_exit(self)
 def getName(self): return _inaoqi.module_getName(self)
Example #4
0
 def exit(*args):
     return _inaoqi.module_exit(*args)
Example #5
0
 def exit(*args): return _inaoqi.module_exit(*args)
 def getName(*args): return _inaoqi.module_getName(*args)