Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h57 #define PRINT_EXPR 70 macro
/third_party/python/Doc/library/
Ddis.rst629 .. opcode:: PRINT_EXPR
/third_party/python/Python/
Dcompile.c1023 case PRINT_EXPR: in stack_effect()
3482 ADDOP(c, PRINT_EXPR); in compiler_visit_stmt_expr()
Dceval.c2395 case TARGET(PRINT_EXPR): { in _PyEval_EvalFrameDefault()