Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
Dfileio.c89 fileio_dealloc_warn(fileio *self, PyObject *source) in fileio_dealloc_warn() function
156 PyObject *r = fileio_dealloc_warn(self, (PyObject *) self); in _io_FileIO_close_impl()
1147 {"_dealloc_warn", (PyCFunction)fileio_dealloc_warn, METH_O, NULL},