/usr/lib/python2.6/site-packages/dbus
NameSizeModeActions
mainloop/-0755rm
bus.py179950644editdlrm
bus.pyc155890644editdlrm
bus.pyo155890644editdlrm
connection.py272420644editdlrm
connection.pyc208020644editdlrm
connection.pyo208020644editdlrm
dbus_bindings.py11500644editdlrm
dbus_bindings.pyc14400644editdlrm
dbus_bindings.pyo14400644editdlrm
decorators.py146700644editdlrm
decorators.pyc123030644editdlrm
decorators.pyo123030644editdlrm
exceptions.py39010644editdlrm
exceptions.pyc45330644editdlrm
exceptions.pyo45330644editdlrm
glib.py17950644editdlrm
glib.pyc7580644editdlrm
glib.pyo7580644editdlrm
gobject_service.py31640644editdlrm
gobject_service.pyc26450644editdlrm
gobject_service.pyo26450644editdlrm
lowlevel.py16220644editdlrm
lowlevel.pyc7280644editdlrm
lowlevel.pyo7280644editdlrm
proxies.py245500644editdlrm
proxies.pyc199960644editdlrm
proxies.pyo199960644editdlrm
server.py46240644editdlrm
server.pyc38240644editdlrm
server.pyo38240644editdlrm
service.py352250644editdlrm
service.pyc256690644editdlrm
service.pyo256690644editdlrm
types.py4880644editdlrm
types.pyc8750644editdlrm
types.pyo8750644editdlrm
_dbus.py95820644editdlrm
_dbus.pyc95330644editdlrm
_dbus.pyo95330644editdlrm
_expat_introspect_parser.py33860644editdlrm
_expat_introspect_parser.pyc28700644editdlrm
_expat_introspect_parser.pyo28700644editdlrm
_version.py1090644editdlrm
_version.pyc2190644editdlrm
_version.pyo2190644editdlrm
__init__.py42000644editdlrm
__init__.pyc33340644editdlrm
__init__.pyo33340644editdlrm
Edit: /usr/lib/python2.6/site-packages/dbus/server.pyo (3824B)
Ñò 9nÛLc@sFdZdZddklZddklZdefd„ƒYZdS(tServertreStructuredTextiÿÿÿÿ(t_Server(t ConnectioncBsqeZdZeddd„Zd„Zd„Zd„Zd„Z e e i ƒZ e e iƒZe e iƒZRS(s%An opaque object representing a server that listens for connections from other applications. This class is not useful to instantiate directly: you must subclass it and either extend the method connection_added, or append to the list on_connection_added. :Since: 0.83 cCs"tt|ƒi|||||ƒS(s Construct a new Server. :Parameters: `address` : str Listen on this address. `connection_class` : type When new connections come in, instantiate this subclass of dbus.connection.Connection to represent them. The default is Connection. `mainloop` : dbus.mainloop.NativeMainLoop or None The main loop with which to associate the new connections. `auth_mechanisms` : sequence of str Authentication mechanisms to allow. The default is to allow any authentication mechanism supported by ``libdbus``. (tsuperRt__new__(tclstaddresstconnection_classtmainlooptauth_mechanisms((s//usr/lib/python2.6/site-packages/dbus/server.pyR)scOsh|_g|_g|_dS(N(t_Server__connectionston_connection_addedton_connection_removed(tselftargstkwargs((s//usr/lib/python2.6/site-packages/dbus/server.pyt__init__=s   cCs!|i|iƒ|i|ƒdS(N(tcall_on_disconnectiontconnection_removedtconnection_added(Rtconn((s//usr/lib/python2.6/site-packages/dbus/server.pyt_on_new_connectionLscCs0|io"x|iD]}||ƒqWndS(s´Respond to the creation of a new Connection. This base-class implementation just invokes the callbacks in the on_connection_added attribute. :Parameters: `conn` : dbus.connection.Connection A D-Bus connection which has just been added. The type of this parameter is whatever was passed to the Server constructor as the ``connection_class``. N(R (RRtcb((s//usr/lib/python2.6/site-packages/dbus/server.pyRPs  cCs0|io"x|iD]}||ƒqWndS(sÀRespond to the disconnection of a Connection. This base-class implementation just invokes the callbacks in the on_connection_removed attribute. :Parameters: `conn` : dbus.connection.Connection A D-Bus connection which has just become disconnected. The type of this parameter is whatever was passed to the Server constructor as the ``connection_class``. N(R (RRR((s//usr/lib/python2.6/site-packages/dbus/server.pyRas  N(t__name__t __module__t__doc__RtNoneRRRRRtpropertyRt get_addressRtget_idtidtget_is_connectedt is_connected(((s//usr/lib/python2.6/site-packages/dbus/server.pyRs     N(sServer(t__all__t __docformat__t_dbus_bindingsRtdbus.connectionRR(((s//usr/lib/python2.6/site-packages/dbus/server.pyts