python-dbus-next
python-dbus-next copied to clipboard
Support empty string for interface_name in the Properties interface
https://github.com/altdesktop/python-dbus-next/blob/3680c15a5b23ad0e8254dc67f0906aedadd65cf5/dbus_next/message_bus.py#L688-L692
An empty string may be provided for the interface name; in this case, if there are multiple properties on an object with the same name, the results are undefined (picking one by according to an arbitrary deterministic rule, or returning an error, are the reasonable possibilities).