Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c396 static int astfold_withitem(withitem_ty node_, PyArena *ctx_, _PyASTOptimizeState *state);
689 CALL_SEQ(astfold_withitem, withitem_ty, node_->v.With.items); in astfold_stmt()
693 CALL_SEQ(astfold_withitem, withitem_ty, node_->v.AsyncWith.items); in astfold_stmt()
734 astfold_withitem(withitem_ty node_, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_withitem() function