Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h137 #define RAISE_VARARGS 130 /* Number of raise arguments (1, 2 or 3) */ macro
/external/python/cpython2/Python/
Dcompile.c884 case RAISE_VARARGS: in opcode_stack_effect()
2067 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
2133 ADDOP_I(c, RAISE_VARARGS, n); in compiler_visit_stmt()
Dceval.c2048 TARGET(RAISE_VARARGS) in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/library/
Ddis.rst797 .. opcode:: RAISE_VARARGS (argc)