D | lib_gatt.py | 71 def __init__(self, bus, path): argument 74 dbus.service.Object.__init__(self, bus, self.path) 108 def __init__(self, bus, path): argument 109 Application.__init__(self, bus, path) 110 self.service = AlertNotificationService(bus, '0001') 120 def __init__(self, bus, index, uuid, primary=False): argument 122 self.bus = bus 126 dbus.service.Object.__init__(self, bus, self.path) 167 def __init__(self, bus, index, uuid, flags, service): argument 169 self.bus = bus [all …]
|