Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_symtable.h125 unsigned ste_can_see_class_scope : 1; /* true if this block can see names bound in an member
/external/python/cpython3/Python/
Dsymtable.c134 ste->ste_can_see_class_scope = 0; in ste_new()
308 ste->ste_can_see_class_scope ? " can_see_class_scope" : "", in _dump_symtable()
1149 if (entry->ste_can_see_class_scope) { in analyze_block()
1163 !ste->ste_can_see_class_scope; in analyze_block()
1208 (ste->ste_type == ClassBlock) || ste->ste_can_see_class_scope)) in analyze_block()
1504 st->st_cur->ste_can_see_class_scope = 1; in symtable_enter_type_param_block()
1747 st->st_cur->ste_can_see_class_scope = is_in_class; in symtable_visit_stmt()
2298 int is_in_class = st->st_cur->ste_can_see_class_scope; in symtable_visit_type_param_bound_or_default()
2302 st->st_cur->ste_can_see_class_scope = is_in_class; in symtable_visit_type_param_bound_or_default()
Dcompile.c4294 else if (c->u->u_ste->ste_can_see_class_scope) { in compiler_nameop()
4321 if (c->u->u_ste->ste_can_see_class_scope && scope == GLOBAL_IMPLICIT) { in compiler_nameop()
/external/python/cpython3/Doc/data/
Dpython3.13.abi24885 …<var-decl name='ste_can_see_class_scope' type-id='type-id-101' visibility='default' filepath='./In…