Home
last modified time | relevance | path

Searched refs:get_closed (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Objects/
Dfileobject.c442 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/
Dfileio.c1159 get_closed(fileio *self, void *closure) function
1177 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
Dwinconsoleio.c1081 get_closed(winconsoleio *self, void *closure) in get_closed() function
1099 {"closed", (getter)get_closed, NULL, "True if the file is closed"},