Searched refs:astfold_arguments (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Python/ |
H A D | ast_opt.c | 631 static int astfold_arguments(arguments_ty node_, PyArena *ctx_, _PyASTOptimizeState *state); 726 CALL(astfold_arguments, arguments_ty, node_->v.Lambda.args); in astfold_expr() 846 astfold_arguments(arguments_ty node_, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_arguments() function 877 CALL(astfold_arguments, arguments_ty, node_->v.FunctionDef.args); in astfold_stmt() 885 CALL(astfold_arguments, arguments_ty, node_->v.AsyncFunctionDef.args); in astfold_stmt()
|
Completed in 3 milliseconds