Home | History | Annotate | Download | only in _io

Lines Matching refs:_PyIO_str_closed

439     res = PyObject_GetAttr(self->raw, _PyIO_str_closed);
451 return PyObject_GetAttr(self->raw, _PyIO_str_closed);
2237 return PyObject_GetAttr((PyObject *) self->writer, _PyIO_str_closed);