Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h124 #define FORMAT_VALUE 155 macro
/external/python/cpython3/Lib/
Ddis.py19 FORMAT_VALUE = opmap['FORMAT_VALUE'] variable
341 elif op == FORMAT_VALUE:
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b2.rst247 The disassembler now decodes FORMAT_VALUE argument.
D3.7.0a1.rst4255 The disassembler now decodes FORMAT_VALUE argument.
/external/python/cpython3/Doc/library/
Ddis.rst1170 .. opcode:: FORMAT_VALUE (flags)
/external/python/cpython3/Python/
Dcompile.c1113 case FORMAT_VALUE: in stack_effect()
3630 ADDOP_I(c, FORMAT_VALUE, oparg); in compiler_formatted_value()
Dceval.c3254 TARGET(FORMAT_VALUE) { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2352 * The new :opcode:`FORMAT_VALUE` and :opcode:`BUILD_STRING` opcodes as part