python-dbus-next
python-dbus-next copied to clipboard
ServiceInterface with methods/properties depending on object path
How can I create a service with many objects, implementing the same interface, if the method for those objects depend on the object path?
I can't find a way to get the path of the object, on which a method/getter/setter of an interface is called. It seems to me, that the path only is used, while exporting the interface and is in no way propagated to the code which is actually providing the service.