A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://python-dbus-next.readthedocs.io/en/latest/high-level-client/base-proxy-object.html below:

BaseProxyObject — dbus-next 0.2.3 documentation

An abstract class representing a proxy to an object exported on the bus by another client.

Implementations of this class are not meant to be constructed directly. Use BaseMessageBus.get_proxy_object() to get a proxy object. Each message bus implementation provides its own proxy object implementation that will be returned by that method.

The primary use of the proxy object is to select a proxy interface to act on. Information on what interfaces are available is provided by introspection data provided to this class. This introspection data can either be included in your project as an XML file (recommended) or retrieved from the org.freedesktop.DBus.Introspectable interface at runtime.

Variables
Raises
get_children()List[dbus_next.proxy_object.BaseProxyObject]¶

Get the child nodes of this proxy object according to the introspection data.

get_interface(name: str)dbus_next.proxy_object.BaseProxyInterface¶

Get an interface exported on this proxy object and connect it to the bus.

Parameters

name (str) – The name of the interface to retrieve.

Raises

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4