Searched refs:_PyIO_str_close (Results 1 – 6 of 6) sorted by relevance
158 extern PyObject *_PyIO_str_close;
285 res = PyObject_CallMethodNoArgs((PyObject *)self, _PyIO_str_close); in iobase_finalize()481 return PyObject_CallMethodNoArgs(self, _PyIO_str_close); in iobase_exit()
29 PyObject *_PyIO_str_close = NULL; variable
520 res = PyObject_CallMethodNoArgs(self->raw, _PyIO_str_close); in buffered_close()
165 Modules/_io/_iomodule.c:_PyIO_str_close PyObject *_PyIO_str_close
24 Modules/_io/_iomodule.h - _PyIO_str_close -2657 Modules/_io/_iomodule.c - _PyIO_str_close -