class documentation

Undocumented

Method __init__ Undocumented
Method discard_channel Undocumented
Method get_channel_by_method Undocumented
Method parent_id Undocumented
Method return_channel Undocumented
Method run_sync Undocumented
Instance Variable _method Undocumented
Instance Variable _parent_id Undocumented
Instance Variable _source Undocumented
def __init__(self, method: str, source: ClientChannelInterface, parent_id: str | None = None): (source)

Undocumented

def discard_channel(self, chan: AddressChannel | None): (source)
def get_channel_by_method(self, method_name: str) -> AddressChannel: (source)
def parent_id(self) -> str | None: (source)
def return_channel(self, chan: AddressChannel | None): (source)
def run_sync(self, awaitable: Awaitable[T], timeout: float | None = None) -> T: (source)

Undocumented

_parent_id = (source)

Undocumented

Undocumented