Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c182 static int compiler_annassign(struct compiler *, stmt_ty);
3013 return compiler_annassign(c, s); in compiler_visit_stmt()
4700 compiler_annassign(struct compiler *c, stmt_ty s) in compiler_annassign() function