Searched refs:symtable_visit_annotations (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Python/ |
D | symtable.c | 198 static int symtable_visit_annotations(struct symtable *st, stmt_ty s, arguments_ty, expr_ty); 1126 if (!symtable_visit_annotations(st, s, s->v.FunctionDef.args, in symtable_visit_stmt() 1343 if (!symtable_visit_annotations(st, s, s->v.AsyncFunctionDef.args, in symtable_visit_stmt() 1559 symtable_visit_annotations(struct symtable *st, stmt_ty s, in symtable_visit_annotations() function
|