Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c426 static int astfold_excepthandler(excepthandler_ty node_, PyArena *ctx_, int optimize_);
757 CALL_SEQ(astfold_excepthandler, excepthandler_ty, node_->v.Try.handlers); in astfold_stmt()
775 astfold_excepthandler(excepthandler_ty node_, PyArena *ctx_, int optimize_) in astfold_excepthandler() function