Home
last modified time | relevance | path

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

/third_party/python/Python/
H A Dast_opt.c635 static int astfold_withitem(withitem_ty node_, PyArena *ctx_, _PyASTOptimizeState *state);
944 CALL_SEQ(astfold_withitem, withitem, node_->v.With.items); in astfold_stmt()
948 CALL_SEQ(astfold_withitem, withitem, node_->v.AsyncWith.items); in astfold_stmt()
1009 astfold_withitem(withitem_ty node_, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_withitem() function

Completed in 2 milliseconds