Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h74 #define PRINT_ITEM 71 macro
/external/python/cpython2/Objects/
Dlnotab_notes.txt93 12 PRINT_ITEM
100 21 PRINT_ITEM
/external/python/cpython2/Doc/library/
Ddis.rst453 .. opcode:: PRINT_ITEM ()
461 Like ``PRINT_ITEM``, but prints the item second from TOS to the file-like
/external/python/cpython2/Python/
Dcompile.c780 case PRINT_ITEM: in opcode_stack_effect()
1561 ADDOP(c, PRINT_ITEM); in compiler_print()
Dceval.c1974 TARGET_NOARG(PRINT_ITEM) in PyEval_EvalFrameEx()