Home
last modified time | relevance | path

Searched refs:GET_AITER (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dopcode.h39 #define GET_AITER 50 macro
/third_party/python/Objects/
Dframeobject.c197 case GET_AITER: in markblocks()
/third_party/python/Python/
Dcompile.c1178 case GET_AITER: in stack_effect()
2911 ADDOP(c, GET_AITER); in compiler_async_for()
4720 ADDOP(c, GET_AITER); in compiler_async_comprehension_generator()
4869 ADDOP(c, GET_AITER); in compiler_comprehension()
Dceval.c2445 case TARGET(GET_AITER): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst582 .. opcode:: GET_AITER