HomeSort by relevance Sort by last modified time
    Searched refs:ste_needs_class_closure (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Include/
symtable.h 56 unsigned ste_needs_class_closure : 1; /* for class scopes, true if a member in struct:_symtable_entry
  /external/python/cpython3/Python/
symtable.c 83 ste->ste_needs_class_closure = 0;
589 ste->ste_needs_class_closure = 1;
    [all...]
compile.c 569 if (u->u_ste->ste_needs_class_closure) {
    [all...]

Completed in 702 milliseconds