(self)
| 540 | |
| 541 | |
| 542 | def Introspect(self): |
| 543 | intf = dbus.Interface(self.__manager_object, |
| 544 | dbus_interface='org.freedesktop.DBus.Introspectable') |
| 545 | return intf.Introspect() |
| 546 | |
| 547 | |
| 548 | def GetObjectPath(self): |
nothing calls this directly
no outgoing calls
no test coverage detected