Searched refs:compiler_visit_argannotations (Results 1 – 1 of 1) sorted by relevance
2173 compiler_visit_argannotations(struct compiler *c, asdl_arg_seq* args, in compiler_visit_argannotations() function2201 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()