altdesktop / python-dbus-next

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

Added sender_keyword parameter to @method decorator #132

Closed thusser closed 2 years ago

thusser commented 2 years ago

PR for issue #129

acrisci commented 2 years ago

This isn't how I want to fix this problem. I'd rather pass the full message as context when requested. It will take some thinking about the design.