module documentation

Undocumented

Class AsyncCommon No class docstring; 1/1 property, 0/3 class variable, 1/1 method documented
Class AsyncMappingResult A wrapper for a :class:`_asyncio.AsyncResult` that returns dictionary values rather than :class:`_engine.Row` values.
Class AsyncResult An asyncio wrapper around a :class:`_result.Result` object.
Class AsyncScalarResult A wrapper for a :class:`_asyncio.AsyncResult` that returns scalar values rather than :class:`_row.Row` values.
Class AsyncTupleResult A :class:`_asyncio.AsyncResult` that's typed as returning plain Python tuples instead of rows.
Async Function _ensure_sync_result Undocumented
Type Variable _RT Undocumented
Type Variable _T Undocumented
Type Variable _TP Undocumented
async def _ensure_sync_result(result: _RT, calling_method: Any) -> _RT: (source)

Undocumented

Undocumented

Value
TypeVar('_RT',
        bound='Result[Any]')

Undocumented

Value
TypeVar('_T',
        bound=Any)

Undocumented

Value
TypeVar('_TP',
        bound=Tuple[Any, ...])