FFY00 / dbus-objects

DBus objects implementation on top of the Python type system
https://dbus-objects.readthedocs.io/en/latest/
MIT License
11 stars 4 forks source link

dbus_objects: split _DBusMethodBase into _DBusDescriptorBase #14

Closed FFY00 closed 3 years ago

FFY00 commented 3 years ago

I am working on implementing DBus signals. Signals are not based on a method, so I am splitting the base class into two, one for the base stuff and one that implements the function based interfaces on top of the base class.

Signed-off-by: Filipe Laíns lains@riseup.net