Exemplo n.º 1
0
 def bind_func(cls, real_func):
     return binder.add(real_func.__name__, real_func)
Exemplo n.º 2
0
 def bind_cmd(cls, func_name, command):
     command = command.split(' ')
     return binder.add(func_name, lambda toolkit: toolkit.adb.run(command))