python-dbus-next icon indicating copy to clipboard operation
python-dbus-next copied to clipboard

Resolve issue #119 Return from @method() decorator

Open JohnFreeborg opened this issue 3 years ago • 1 comments

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

JohnFreeborg avatar Jul 01 '22 06:07 JohnFreeborg

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?

tomkcook avatar Nov 15 '22 18:11 tomkcook