Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c101 COMPILER_SCOPE_CLASS, enumerator
590 assert(u->u_scope_type == COMPILER_SCOPE_CLASS); in compiler_enter_scope()
705 || u->u_scope_type == COMPILER_SCOPE_CLASS) { in compiler_set_qualname()
1871 if (c->u->u_scope_type == COMPILER_SCOPE_CLASS && in get_ref_type()
2333 COMPILER_SCOPE_CLASS, (void *)s, firstlineno)) in compiler_class()
5204 c->u->u_scope_type == COMPILER_SCOPE_CLASS) { in check_annotation()
5262 c->u->u_scope_type == COMPILER_SCOPE_CLASS)) { in compiler_annassign()