Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c426 close_the_file(PyFileObject *f) in close_the_file() function
627 ret = close_the_file(f); in file_dealloc()
679 PyObject *sts = close_the_file(f); in file_close()