Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c93 COMPILER_SCOPE_CLASS, enumerator
574 assert(u->u_scope_type == COMPILER_SCOPE_CLASS); in compiler_enter_scope()
696 || u->u_scope_type == COMPILER_SCOPE_CLASS) { in compiler_set_qualname()
1568 if (c->u->u_scope_type == COMPILER_SCOPE_CLASS && in get_ref_type()
1989 COMPILER_SCOPE_CLASS, (void *)s, s->lineno)) in compiler_class()
4628 c->u->u_scope_type == COMPILER_SCOPE_CLASS) { in check_annotation()
4717 c->u->u_scope_type == COMPILER_SCOPE_CLASS)) { in compiler_annassign()