Searched refs:_PyAST_ExceptHandler (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_ast.h | 852 excepthandler_ty _PyAST_ExceptHandler(expr_ty type, identifier name,
|
/external/python/cpython3/Grammar/ |
D | python.gram | 430 _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/ |
D | Python-ast.c | 7813 _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/ |
D | parser.c | 7137 … _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/ |
D | python3.13.abi | 12829 …<function-decl name='_PyAST_ExceptHandler' filepath='./Include/internal/pycore_ast.h' line='852' c…
|