Ejemplo n.º 1
0
 def __on_disconnect(self, hint, usb_path):
     workers.create("on_disconnect", hint, usb_path)
Ejemplo n.º 2
0
 def __on_disconnect(self, hint, usb_path):
     workers.create("on_disconnect", hint, usb_path)
Ejemplo n.º 3
0
 def __on_connect(self, hint, usb_path, tty_path, hw_info):
     workers.create("on_connect", hint, usb_path, tty_path, hw_info)
Ejemplo n.º 4
0
 def __on_connect(self, hint, usb_path, tty_path, hw_info):
     workers.create("on_connect", hint, usb_path, tty_path, hw_info)