Home | History | Annotate | Download | only in _io

Lines Matching defs:dict

232     PyObject *dict;
384 Py_CLEAR(self->dict);
403 Py_VISIT(self->dict);
414 Py_CLEAR(self->dict);
1629 offsetof(buffered, dict), /* tp_dictoffset */
2022 offsetof(buffered, dict), /* tp_dictoffset */
2055 PyObject *dict;
2097 Py_VISIT(self->dict);
2106 Py_CLEAR(self->dict);
2118 Py_CLEAR(self->dict);
2299 offsetof(rwpair, dict), /* tp_dictoffset */
2439 offsetof(buffered, dict), /*tp_dictoffset*/