Searched defs:Raise (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Include/ |
D | Python-ast.h | 140 } Raise; member 417 #define Raise(a0, a1, a2, a3, a4, a5) _Py_Raise(a0, a1, a2, a3, a4, a5) macro
|
/external/python/cpython2/Lib/compiler/ |
D | ast.py | 1099 class Raise(Node): class
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 1284 Raise(expr_ty type, expr_ty inst, expr_ty tback, int lineno, int col_offset, in Raise() function
|