Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h70 #define SETUP_ANNOTATIONS 85 macro
/third_party/python/Python/
Dcompile.c1043 case SETUP_ANNOTATIONS: in stack_effect()
1915 ADDOP(c, SETUP_ANNOTATIONS); in compiler_body()
1959 ADDOP(c, SETUP_ANNOTATIONS); in compiler_mod()
Dceval.c3267 case TARGET(SETUP_ANNOTATIONS): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst678 .. opcode:: SETUP_ANNOTATIONS
/third_party/python/Doc/whatsnew/
D3.6.rst2372 * The new :opcode:`SETUP_ANNOTATIONS` and :opcode:`STORE_ANNOTATION` opcodes