module documentation

Undocumented

Class Channel No class docstring; 0/14 instance variable, 1/26 method documented
Class NebiusUnaryUnaryMultiCallable Undocumented
Class NoCredentials Undocumented
Exception ChannelClosedError Undocumented
Exception LoopError Undocumented
Type Variable Req Undocumented
Type Variable Res Undocumented
Type Variable T Undocumented
Variable Credentials Undocumented
Variable logger Undocumented
Async Function _run_awaitable_with_timeout Undocumented
Function _wrap_awaitable Undocumented

Undocumented

Value
TypeVar('Req',
        bound=Message)

Undocumented

Value
TypeVar('Res',
        bound=Message)

Undocumented

Value
TypeVar('T')
Credentials = (source)

Undocumented

Undocumented

async def _run_awaitable_with_timeout(f: Awaitable[T], timeout: float | None = None) -> T: (source)

Undocumented

def _wrap_awaitable(awaitable: Awaitable[T]) -> Coroutine[Any, Any, T]: (source)

Undocumented