Searched refs:file_self (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | fileobject.c | 1997 file_self(PyFileObject *f) in file_self() function 2011 return file_self(f); in file_xreadlines() 2135 {"__enter__", (PyCFunction)file_self, METH_NOARGS, enter_doc}, 2494 (getiterfunc)file_self, /* tp_iter */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | fileobject.c | 1929 file_self(PyFileObject *f) in file_self() function 1943 return file_self(f); in file_xreadlines() 2067 {"__enter__", (PyCFunction)file_self, METH_NOARGS, enter_doc}, 2427 (getiterfunc)file_self, /* tp_iter */
|