class documentation

Undocumented

Async Method __acall__ Async version of __call__ that is swapped in when an async request is running.
Method __call__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Class Variable async_capable Undocumented
Class Variable sync_capable Undocumented
Instance Variable get_response Undocumented
Method _async_check If get_response is a coroutine function, turns us into async mode so a thread is not consumed during a whole request.
Instance Variable _is_coroutine Undocumented
async def __acall__(self, request): (source)

Async version of __call__ that is swapped in when an async request is running.

def __call__(self, request): (source)

Undocumented

def __repr__(self): (source)

Undocumented

async_capable: bool = (source)

Undocumented

sync_capable: bool = (source)

Undocumented

get_response = (source)

Undocumented

def _async_check(self): (source)

If get_response is a coroutine function, turns us into async mode so a thread is not consumed during a whole request.

_is_coroutine = (source)

Undocumented