altdesktop / python-dbus-next

🚌 The next great DBus library for Python with asyncio support
https://python-dbus-next.readthedocs.io/en/latest/
MIT License
187 stars 58 forks source link

sender_keyword in @method decorator #129

Open thusser opened 1 year ago

thusser commented 1 year ago

The @method decorator in dbus-python has a sender_keyword parameter to retrieve the name of the sender. Is there any way to do this in python-dbus-next? Can't find any... However, it doesn't seem to difficult to implement this. Any interest in a PR?