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

Added possibility to decorate async methods with @method #131

Open thusser opened 1 year ago

thusser commented 1 year ago

PR for issue #130

acrisci commented 1 year ago

Needs a test.

jonasBoss commented 1 year ago

this seems to be redundant: https://github.com/altdesktop/python-dbus-next/blob/ab566e16a71bfc9d7e0d29676aa459ec060e72c5/dbus_next/aio/message_bus.py#L345