Home
last modified time | relevance | path

Searched refs:GET_ANEXT (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dopcode.h40 #define GET_ANEXT 51 macro
/third_party/python/Python/
Dcompile.c1180 case GET_ANEXT: in stack_effect()
2919 ADDOP(c, GET_ANEXT); in compiler_async_for()
4731 ADDOP(c, GET_ANEXT); in compiler_async_comprehension_generator()
Dceval.c2489 case TARGET(GET_ANEXT): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst592 .. opcode:: GET_ANEXT