Home
last modified time | relevance | path

Searched refs:UNARY_CONVERT (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h21 #define UNARY_CONVERT 13 macro
/external/python/cpython2/Python/
Dpeephole.c209 case UNARY_CONVERT: in fold_unaryops_on_constants()
494 case UNARY_CONVERT: in PyCode_Optimize()
Dcompile.c702 case UNARY_CONVERT: in opcode_stack_effect()
3026 ADDOP(c, UNARY_CONVERT); in compiler_visit_expr()
Dceval.c1371 TARGET_NOARG(UNARY_CONVERT) in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/library/
Ddis.rst206 .. opcode:: UNARY_CONVERT ()
/external/python/cpython3/Misc/
DHISTORY17297 - Removed these opcodes: BINARY_DIVIDE, INPLACE_DIVIDE, UNARY_CONVERT.