Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c1995 file_self(PyFileObject *f) in file_self() function
2009 return file_self(f); in file_xreadlines()
2133 {"__enter__", (PyCFunction)file_self, METH_NOARGS, enter_doc},
2493 (getiterfunc)file_self, /* tp_iter */