Searched refs:get_closed (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Objects/ |
H A D | fileobject.c | 406 get_closed(PyStdPrinter_Object *self, void *closure) in get_closed() function 424 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
|
/third_party/python/Modules/_io/ |
H A D | fileio.c | 1161 get_closed(fileio *self, void *closure) function 1179 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
|
H A D | winconsoleio.c | 1094 get_closed(winconsoleio *self, void *closure) in get_closed() function 1112 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
|
Completed in 5 milliseconds