コード例 #1
0
ファイル: udev.py プロジェクト: Aeva/switchprint
 def __on_disconnect(self, hint, usb_path):
     workers.create("on_disconnect", hint, usb_path)
コード例 #2
0
ファイル: udev.py プロジェクト: Aeva/switchprint
 def __on_disconnect(self, hint, usb_path):
     workers.create("on_disconnect", hint, usb_path)
コード例 #3
0
ファイル: udev.py プロジェクト: Aeva/switchprint
 def __on_connect(self, hint, usb_path, tty_path, hw_info):
     workers.create("on_connect", hint, usb_path, tty_path, hw_info)
コード例 #4
0
ファイル: udev.py プロジェクト: Aeva/switchprint
 def __on_connect(self, hint, usb_path, tty_path, hw_info):
     workers.create("on_connect", hint, usb_path, tty_path, hw_info)