Searched refs:slash_with_default (Results 1 – 2 of 2) sorted by relevance
1742 SlashWithDefault *slash_with_default, asdl_seq *plain_names, in _PyPegen_make_arguments() argument1749 else if (slash_with_default != NULL) { in _PyPegen_make_arguments()1751 _get_names(p, slash_with_default->names_with_defaults); in _PyPegen_make_arguments()1755 …posonlyargs = _PyPegen_join_sequences(p, slash_with_default->plain_names, slash_with_default_names… in _PyPegen_make_arguments()1795 if (slash_with_default != NULL && names_with_default != NULL) { in _PyPegen_make_arguments()1797 _get_defaults(p, slash_with_default->names_with_defaults); in _PyPegen_make_arguments()1810 else if (slash_with_default == NULL && names_with_default != NULL) { in _PyPegen_make_arguments()1816 else if (slash_with_default != NULL && names_with_default == NULL) { in _PyPegen_make_arguments()1817 posdefaults = _get_defaults(p, slash_with_default->names_with_defaults); in _PyPegen_make_arguments()
234 | a=slash_with_default b=param_with_default* c=[star_etc] {247 slash_with_default[SlashWithDefault*]:676 | param_no_default* (slash_with_default | param_with_default+) param_no_default {