Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_genericalias.py36 from types import GenericAlias, MappingProxyType, AsyncGeneratorType
73 MappingProxyType, AsyncGeneratorType,
Dtest_builtin.py27 from types import AsyncGeneratorType, FunctionType
506 self.assertEqual(type(glob['ticker']()), AsyncGeneratorType)
/third_party/python/Lib/
Dtypes.py37 AsyncGeneratorType = type(_ag) variable
Dinspect.py325 return isinstance(object, types.AsyncGeneratorType)
/third_party/node/tools/inspector_protocol/jinja2/
Dsandbox.py201 elif hasattr(types, 'AsyncGeneratorType') and isinstance(obj, types.AsyncGeneratorType):
/third_party/jinja2/
Dsandbox.py224 obj, types.AsyncGeneratorType
/third_party/skia/third_party/externals/jinja2/
Dsandbox.py224 obj, types.AsyncGeneratorType
/third_party/python/Doc/library/
Dtypes.rst139 .. data:: AsyncGeneratorType