/usr/lib/python3/dist-packages/jeepney/__pycache__
Edit: /usr/lib/python3/dist-packages/jeepney/__pycache__/routing.cpython-310.pyc (2782B)
o
` @ s: d dl mZ ddlmZmZ ddlmZ G dd dZdS ) )warn )MessageTypeHeaderFields)DBusErrorResponsec @ sL e Zd ZdZdddZedd Zejdd Zdd Zd
d Z dd
Z
dS )Routera[ Routing for messages coming back to a client application.
:param handle_factory: Constructor for an object like asyncio.Future,
with methods *set_result* and *set_exception*. Outgoing method call
messages will get a handle associated with them.
:param on_unhandled: Callback for messages not otherwise dispatched.
Nc C s" || _ || _d| _i | _i | _d S )Nr )handle_factory
_on_unhandledoutgoing_serialawaiting_replysignal_callbacks)selfr on_unhandled r 1/usr/lib/python3/dist-packages/jeepney/routing.py__init__ s
zRouter.__init__c C s | j S N)r )r
r r r r s zRouter.on_unhandledc C s t ddd || _d S )NzeSetting on_unhandled is deprecated. Please use the filter() method or simple receive() calls instead.
stacklevel)r r )r
valuer r r r s
c C sD | j d7 _ | j |j_|jjtju r | | j|jj<