Home
last modified time | relevance | path

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

/third_party/python/Parser/
H A Daction_helpers.c539 _get_names(Parser *p, asdl_seq *names_with_defaults) in _get_names() function
578 _get_names(p, slash_with_default->names_with_defaults); in _make_posonlyargs()
599 asdl_arg_seq *names_with_default_names = _get_names(p, names_with_default); in _make_posargs()
607 *posargs = _get_names(p, names_with_default); in _make_posargs()
655 *kwonlyargs = _get_names(p, star_etc->kwonlyargs); in _make_kwargs()

Completed in 2 milliseconds