Searched refs:get_closed (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Objects/ |
D | fileobject.c | 442 get_closed(PyStdPrinter_Object *self, void *closure) in get_closed() function 460 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
|
/third_party/python/Modules/_io/ |
D | fileio.c | 1159 get_closed(fileio *self, void *closure) function 1177 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
|
D | winconsoleio.c | 1081 get_closed(winconsoleio *self, void *closure) in get_closed() function 1099 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
|