Home
last modified time | relevance | path

Searched refs:FORMAT_VALUE (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dopcode.h121 #define FORMAT_VALUE 155 macro
/third_party/python/Lib/
Ddis.py19 FORMAT_VALUE = opmap['FORMAT_VALUE'] variable
351 elif op == FORMAT_VALUE:
/third_party/python/Doc/library/
Ddis.rst1170 .. opcode:: FORMAT_VALUE (flags)
/third_party/python/Python/
Dcompile.c1104 case FORMAT_VALUE: in stack_effect()
4206 ADDOP_I(c, FORMAT_VALUE, oparg); in compiler_formatted_value()
Dceval.c3643 case TARGET(FORMAT_VALUE): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/whatsnew/
D3.6.rst2352 * The new :opcode:`FORMAT_VALUE` and :opcode:`BUILD_STRING` opcodes as part
/third_party/python/Misc/
DNEWS14586 - bpo-28317: The disassembler now decodes FORMAT_VALUE argument.
18022 - bpo-28317: The disassembler now decodes FORMAT_VALUE argument.