Searched refs:file_exit (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | fileobject.c | 2015 file_exit(PyObject *f, PyObject *args) in file_exit() function 2136 {"__exit__", (PyCFunction)file_exit, METH_VARARGS, exit_doc},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | fileobject.c | 1947 file_exit(PyObject *f, PyObject *args) in file_exit() function 2068 {"__exit__", (PyCFunction)file_exit, METH_VARARGS, exit_doc},
|