Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c397 static int astfold_excepthandler(excepthandler_ty node_, PyArena *ctx_, _PyASTOptimizeState *state);
702 CALL_SEQ(astfold_excepthandler, excepthandler_ty, node_->v.Try.handlers); in astfold_stmt()
720 astfold_excepthandler(excepthandler_ty node_, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_excepthandler() function