Searched refs:AsyncGeneratorType (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/test/ |
D | test_genericalias.py | 36 from types import GenericAlias, MappingProxyType, AsyncGeneratorType 73 MappingProxyType, AsyncGeneratorType,
|
D | test_builtin.py | 27 from types import AsyncGeneratorType, FunctionType 506 self.assertEqual(type(glob['ticker']()), AsyncGeneratorType)
|
/third_party/python/Lib/ |
D | types.py | 37 AsyncGeneratorType = type(_ag) variable
|
D | inspect.py | 325 return isinstance(object, types.AsyncGeneratorType)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | sandbox.py | 201 elif hasattr(types, 'AsyncGeneratorType') and isinstance(obj, types.AsyncGeneratorType):
|
/third_party/jinja2/ |
D | sandbox.py | 224 obj, types.AsyncGeneratorType
|
/third_party/skia/third_party/externals/jinja2/ |
D | sandbox.py | 224 obj, types.AsyncGeneratorType
|
/third_party/python/Doc/library/ |
D | types.rst | 139 .. data:: AsyncGeneratorType
|