module documentation

Undocumented

Constant V Undocumented
Function async​_variant Undocumented
Async Function auto​_aiter Undocumented
Async Function auto​_await Undocumented
Async Function auto​_to​_list Undocumented
Variable ​_common​_primitives Undocumented
V =

Undocumented

Value
t.TypeVar('V')
def async_variant(normal_func):

Undocumented

async def auto_aiter(iterable):

Undocumented

Parameters
iterable:t.Union[t.AsyncIterable[V], t.Iterable[V]]Undocumented
Returns
t.AsyncIterator[V]Undocumented
async def auto_await(value):

Undocumented

Parameters
value:t.Union[t.Awaitable[V], V]Undocumented
Returns
VUndocumented
async def auto_to_list(value):

Undocumented

Parameters
value:t.Union[t.AsyncIterable[V], t.Iterable[V]]Undocumented
Returns
t.List[V]Undocumented
_common_primitives =

Undocumented