Home
last modified time | relevance | path

Searched refs:PRINT_NEWLINE (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h75 #define PRINT_NEWLINE 72 macro
/external/python/cpython2/Doc/library/
Ddis.rst465 .. opcode:: PRINT_NEWLINE ()
473 Like ``PRINT_NEWLINE``, but prints the new line on the file-like object on
/external/python/cpython2/Python/
Dcompile.c782 case PRINT_NEWLINE: in opcode_stack_effect()
1568 ADDOP(c, PRINT_NEWLINE) in compiler_print()
Dceval.c2031 TARGET_NOARG(PRINT_NEWLINE) in PyEval_EvalFrameEx()