Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsymtable.c223 static int symtable_visit_argannotations(struct symtable *st, asdl_arg_seq *args);
1842 symtable_visit_argannotations(struct symtable *st, asdl_arg_seq *args) in symtable_visit_argannotations() function
1868 if (a->posonlyargs && !symtable_visit_argannotations(st, a->posonlyargs)) in symtable_visit_annotations()
1870 if (a->args && !symtable_visit_argannotations(st, a->args)) in symtable_visit_annotations()
1876 if (a->kwonlyargs && !symtable_visit_argannotations(st, a->kwonlyargs)) in symtable_visit_annotations()