dbus.Interface, dbus.ProxyObject: add get_dbus_method(), which can be used to call...
commite5cef62c8ed04f5842257653bc6ec70abbdd20bb
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 9 Jan 2007 15:27:02 +0000 (9 15:27 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 9 Jan 2007 15:27:02 +0000 (9 15:27 +0000)
tree8a157523be4a259dbae842db49b41c5393b3666d
parentee11236f45c9aa354136e6e5d2ec1c4490bc6657
dbus.Interface, dbus.ProxyObject: add get_dbus_method(), which can be used to call awkwardly-named methods like __getattr__
dbus/_dbus.py
dbus/proxies.py
test/test-client.py