Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c4624 check_annotation(struct compiler *c, stmt_ty s) in check_annotation() function
4753 if (!s->v.AnnAssign.simple && !check_annotation(c, s)) { in compiler_annassign()