Exemple #1
0
 def wait(self, id, timeout):
     return _inaoqi.proxy_wait(self, id, timeout)
Exemple #2
0
 def wait(self, *args): return _inaoqi.proxy_wait(self, *args)
 def stop(self, *args): return _inaoqi.proxy_stop(self, *args)
Exemple #3
0
 def wait(self, *args):
     return _inaoqi.proxy_wait(self, *args)
Exemple #4
0
 def wait(*args):
     return _inaoqi.proxy_wait(*args)
Exemple #5
0
 def wait(self, id, timeout):
     return _inaoqi.proxy_wait(self, id, timeout)
Exemple #6
0
 def wait(*args): return _inaoqi.proxy_wait(*args)
 def stop(*args): return _inaoqi.proxy_stop(*args)