コード例 #1
0
 def __init__(self, *args):
     this = _libusb.new_usb_bus(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
コード例 #2
0
ファイル: libusb.py プロジェクト: lieb005/My_Stuff
 def __init__(self): 
     this = _libusb.new_usb_bus()
     try: self.this.append(this)
     except: self.this = this