def __init__(self, *args): this = _libusb.new_usb_bus(*args) try: self.this.append(this) except: self.this = this
def __init__(self): this = _libusb.new_usb_bus() try: self.this.append(this) except: self.this = this