Home
last modified time | relevance | path

Searched refs:_PyAST_ExceptHandler (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_ast.h852 excepthandler_ty _PyAST_ExceptHandler(expr_ty type, identifier name,
/external/python/cpython3/Grammar/
Dpython.gram430 _PyAST_ExceptHandler(e, (t) ? ((expr_ty) t)->v.Name.id : NULL, b, EXTRA) }
431 | 'except' ':' b=block { _PyAST_ExceptHandler(NULL, NULL, b, EXTRA) }
436 _PyAST_ExceptHandler(e, (t) ? ((expr_ty) t)->v.Name.id : NULL, b, EXTRA) }
/external/python/cpython3/Python/
DPython-ast.c7813 _PyAST_ExceptHandler(expr_ty type, identifier name, asdl_stmt_seq * body, int in _PyAST_ExceptHandler() function
15503 *out = _PyAST_ExceptHandler(type, name, body, lineno, col_offset, in obj2ast_excepthandler()
/external/python/cpython3/Parser/
Dparser.c7137 … _res = _PyAST_ExceptHandler ( e , ( t ) ? ( ( expr_ty ) t ) -> v . Name . id : NULL , b , EXTRA ); in except_block_rule()
7176 _res = _PyAST_ExceptHandler ( NULL , NULL , b , EXTRA ); in except_block_rule()
7293 … _res = _PyAST_ExceptHandler ( e , ( t ) ? ( ( expr_ty ) t ) -> v . Name . id : NULL , b , EXTRA ); in except_star_block_rule()
/external/python/cpython3/Doc/data/
Dpython3.13.abi12829 …<function-decl name='_PyAST_ExceptHandler' filepath='./Include/internal/pycore_ast.h' line='852' c…