Searched refs:get_closed (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | fileio.c | 1029 get_closed(fileio *self, void *closure) in get_closed() function 1047 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
D | fileio.c | 1052 get_closed(fileio *self, void *closure) in get_closed() function 1070 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | fileobject.c | 2156 get_closed(PyFileObject *f, void *closure) in get_closed() function 2218 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | fileobject.c | 2088 get_closed(PyFileObject *f, void *closure) in get_closed() function 2150 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
|