Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c2173 compiler_visit_argannotations(struct compiler *c, asdl_arg_seq* args, in compiler_visit_argannotations() function
2201 if (!compiler_visit_argannotations(c, args->args, &annotations_len)) in compiler_visit_annotations()
2203 if (!compiler_visit_argannotations(c, args->posonlyargs, &annotations_len)) in compiler_visit_annotations()
2209 if (!compiler_visit_argannotations(c, args->kwonlyargs, &annotations_len)) in compiler_visit_annotations()