Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c1763 compiler_visit_argannotations(struct compiler *c, asdl_seq* args, in compiler_visit_argannotations() function
1795 if (!compiler_visit_argannotations(c, args->args, names)) in compiler_visit_annotations()
1801 if (!compiler_visit_argannotations(c, args->kwonlyargs, names)) in compiler_visit_annotations()