Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dsymtable.c196 static int symtable_visit_argannotations(struct symtable *st, asdl_seq *args);
1542 symtable_visit_argannotations(struct symtable *st, asdl_seq *args) in symtable_visit_argannotations() function
1562 if (a->args && !symtable_visit_argannotations(st, a->args)) in symtable_visit_annotations()
1568 if (a->kwonlyargs && !symtable_visit_argannotations(st, a->kwonlyargs)) in symtable_visit_annotations()