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

Resolve issue #119 Return from @method() decorator #123

Open JohnFreeborg opened 2 years ago

JohnFreeborg commented 2 years ago

Implements the change discussed in issue #119. Enables more flexible use of methods using the @method decorator.

tomkcook commented 1 year ago

I agree this is a good improvement, adding the ability to call methods exposed through a dbus interface locally as well. Is there some reason you wouldn't want this?