Home | History | Annotate | Download | only in Modules

Lines Matching refs:INST

61 #define INST        'i'

2043 static char inst = INST, obj = OBJ, build = BUILD;
2106 if (self->write_func(self, &inst, 1) < 0)
3885 PyObject *inst;
3888 if (!( inst=PyInstance_NewRaw(cls, NULL)))
3890 return inst;
4531 PyObject *state, *inst, *slotstate;
4545 inst = self->stack->data[self->stack->length - 1];
4547 __setstate__ = PyObject_GetAttr(inst, __setstate___str);
4581 /* Set inst.__dict__ from the state dict (if any). */
4589 dict = PyObject_GetAttr(inst, __dict___str);
4618 if (PyObject_SetAttr(inst, d_key, d_value) < 0)
4849 case INST:
5266 case INST:
6050 "1.1", /* Protocol 0 + INST */