Home
last modified time | relevance | path

Searched refs:_PyIO_str_close (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Modules/_io/
D_iomodule.h158 extern PyObject *_PyIO_str_close;
Diobase.c285 res = PyObject_CallMethodNoArgs((PyObject *)self, _PyIO_str_close); in iobase_finalize()
481 return PyObject_CallMethodNoArgs(self, _PyIO_str_close); in iobase_exit()
D_iomodule.c29 PyObject *_PyIO_str_close = NULL; variable
Dbufferedio.c520 res = PyObject_CallMethodNoArgs(self->raw, _PyIO_str_close); in buffered_close()
/third_party/python/Tools/c-analyzer/
DTODO165 Modules/_io/_iomodule.c:_PyIO_str_close PyObject *_PyIO_str_close
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv24 Modules/_io/_iomodule.h - _PyIO_str_close -
2657 Modules/_io/_iomodule.c - _PyIO_str_close -