LEW21 / pydbus

Pythonic DBus library
GNU Lesser General Public License v2.1
331 stars 75 forks source link

dbus connection context dbus_context is not documented #92

Open lubro opened 4 years ago

lubro commented 4 years ago

When providing a method the kwargs attribute dbus_context, which exists on method call is not documented. The only place, where it can be found is the server example code it self. When documenting this either in the online documentation or in the python help() description it would be much easier to find this functionality.