Searched refs:astfold_arg (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Python/ |
H A D | ast_opt.c | 634 static int astfold_arg(arg_ty node_, PyArena *ctx_, _PyASTOptimizeState *state); 848 CALL_SEQ(astfold_arg, arg, node_->posonlyargs); in astfold_arguments() 849 CALL_SEQ(astfold_arg, arg, node_->args); in astfold_arguments() 850 CALL_OPT(astfold_arg, arg_ty, node_->vararg); in astfold_arguments() 851 CALL_SEQ(astfold_arg, arg, node_->kwonlyargs); in astfold_arguments() 853 CALL_OPT(astfold_arg, arg_ty, node_->kwarg); in astfold_arguments() 859 astfold_arg(arg_ty node_, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_arg() function
|
Completed in 2 milliseconds