Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c420 static int astfold_arguments(arguments_ty node_, PyArena *ctx_, int optimize_);
533 CALL(astfold_arguments, arguments_ty, node_->v.Lambda.args); in astfold_expr()
660 astfold_arguments(arguments_ty node_, PyArena *ctx_, int optimize_) in astfold_arguments() function
683 CALL(astfold_arguments, arguments_ty, node_->v.FunctionDef.args); in astfold_stmt()
689 CALL(astfold_arguments, arguments_ty, node_->v.AsyncFunctionDef.args); in astfold_stmt()