Пример #1
0
    def Introspect(self, sender=None):
        log.debug1("%s.Introspect()" % self._log_prefix)

        data = super(DBusRole, self).Introspect(self.path,
                                                self.busname.get_bus())
        return dbus_introspection_add_properties(self, data,
                                                 DBUS_INTERFACE_ROLE)
Пример #2
0
    def Introspect(self, sender=None):
        log.debug1("%s.Introspect()" % self._log_prefix)

        data = super(DBusRole, self).Introspect(self.path,
                                                self.busname.get_bus())
        return dbus_introspection_add_properties(self, data,
                                                 DBUS_INTERFACE_ROLE)
Пример #3
0
    def Introspect(self, sender=None):
        log.debug1("Introspect()")

        data = super(RoleD, self).Introspect(self.path, self.busname.get_bus())
        return dbus_introspection_add_properties(self, data, DBUS_INTERFACE)