Searched refs:AsyncGeneratorType (Results 1 – 7 of 7) sorted by relevance
/external/python/jinja/src/jinja2/ |
D | sandbox.py | 146 obj, types.AsyncGeneratorType
|
/external/libchrome/third_party/jinja2/ |
D | sandbox.py | 201 elif hasattr(types, 'AsyncGeneratorType') and isinstance(obj, types.AsyncGeneratorType):
|
/external/python/cpython3/Lib/ |
D | types.py | 38 AsyncGeneratorType = type(_ag) variable
|
D | inspect.py | 455 return isinstance(object, types.AsyncGeneratorType)
|
/external/python/cpython3/Lib/test/ |
D | test_genericalias.py | 52 from types import GenericAlias, MappingProxyType, AsyncGeneratorType, CoroutineType, GeneratorType 122 MappingProxyType, AsyncGeneratorType,
|
D | test_builtin.py | 30 from types import AsyncGeneratorType, FunctionType, CellType 526 self.assertEqual(type(glob['ticker']()), AsyncGeneratorType)
|
/external/python/cpython3/Doc/library/ |
D | types.rst | 179 .. data:: AsyncGeneratorType
|