Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c425 static int astfold_withitem(withitem_ty node_, PyArena *ctx_, int optimize_);
744 CALL_SEQ(astfold_withitem, withitem_ty, node_->v.With.items); in astfold_stmt()
748 CALL_SEQ(astfold_withitem, withitem_ty, node_->v.AsyncWith.items); in astfold_stmt()
789 astfold_withitem(withitem_ty node_, PyArena *ctx_, int optimize_) in astfold_withitem() function