module documentation

Undocumented

Function async_variant Undocumented
Async Function auto_aiter Undocumented
Async Function auto_await Undocumented
Async Function auto_to_list Undocumented
Constant V Undocumented
Variable _common_primitives Undocumented
def async_variant(normal_func): (source)

Undocumented

async def auto_aiter(iterable): (source)

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

Value
t.TypeVar('V')
_common_primitives = (source)

Undocumented