Home
last modified time | relevance | path

Searched refs:_PyIO_str_closed (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Modules/_io/
D_iomodule.h159 extern PyObject *_PyIO_str_closed;
Diobase.c189 closed = _PyObject_LookupAttr(self, _PyIO_str_closed, &res); in iobase_check_closed()
270 if (_PyObject_LookupAttr(self, _PyIO_str_closed, &res) <= 0) { in iobase_finalize()
D_iomodule.c30 PyObject *_PyIO_str_closed = NULL; variable
Dbufferedio.c469 res = PyObject_GetAttr(self->raw, _PyIO_str_closed); in buffered_closed()
481 return PyObject_GetAttr(self->raw, _PyIO_str_closed); in buffered_closed_get()
2272 return PyObject_GetAttr((PyObject *) self->writer, _PyIO_str_closed); in bufferedrwpair_closed_get()
Dtextio.c3137 return PyObject_GetAttr(self->buffer, _PyIO_str_closed); in textiowrapper_closed_get()
/third_party/python/Tools/c-analyzer/
DTODO166 Modules/_io/_iomodule.c:_PyIO_str_closed PyObject *_PyIO_str_closed
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv25 Modules/_io/_iomodule.h - _PyIO_str_closed -
2658 Modules/_io/_iomodule.c - _PyIO_str_closed -