Searched defs:ExceptHandler (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ |
D | Python-ast.h | 350 } ExceptHandler; member 522 #define ExceptHandler(a0, a1, a2, a3, a4, a5) _Py_ExceptHandler(a0, a1, a2, a3, a4, a5) macro
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 2062 ExceptHandler(expr_ty type, expr_ty name, asdl_seq * body, int lineno, int in ExceptHandler() function
|