Home
last modified time | relevance | path

Searched refs:AsyncGeneratorType (Results 1 – 7 of 7) sorted by relevance

/external/python/jinja/src/jinja2/
Dsandbox.py146 obj, types.AsyncGeneratorType
/external/libchrome/third_party/jinja2/
Dsandbox.py201 elif hasattr(types, 'AsyncGeneratorType') and isinstance(obj, types.AsyncGeneratorType):
/external/python/cpython3/Lib/
Dtypes.py38 AsyncGeneratorType = type(_ag) variable
Dinspect.py455 return isinstance(object, types.AsyncGeneratorType)
/external/python/cpython3/Lib/test/
Dtest_genericalias.py52 from types import GenericAlias, MappingProxyType, AsyncGeneratorType, CoroutineType, GeneratorType
122 MappingProxyType, AsyncGeneratorType,
Dtest_builtin.py30 from types import AsyncGeneratorType, FunctionType, CellType
526 self.assertEqual(type(glob['ticker']()), AsyncGeneratorType)
/external/python/cpython3/Doc/library/
Dtypes.rst179 .. data:: AsyncGeneratorType