Home | History | Annotate | Download | only in Objects

Lines Matching refs:slots

494     int i, slots;

507 slots = f->f_code->co_nlocals + PyTuple_GET_SIZE(f->f_code->co_cellvars) + PyTuple_GET_SIZE(f->f_code->co_freevars);
509 for (i = slots; --i >= 0; ++fastlocals)
524 int i, slots;
540 slots = f->f_code->co_nlocals + PyTuple_GET_SIZE(f->f_code->co_cellvars) + PyTuple_GET_SIZE(f->f_code->co_freevars);
542 for (i = slots; --i >= 0; ++fastlocals)