Searched refs:symtable_visit_annotations (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Python/ |
D | symtable.c | 225 static int symtable_visit_annotations(struct symtable *st, stmt_ty, arguments_ty, expr_ty); 1215 if (!symtable_visit_annotations(st, s, s->v.FunctionDef.args, in symtable_visit_stmt() 1449 if (!symtable_visit_annotations(st, s, s->v.AsyncFunctionDef.args, in symtable_visit_stmt() 1859 symtable_visit_annotations(struct symtable *st, stmt_ty o, arguments_ty a, expr_ty returns) in symtable_visit_annotations() function
|