Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfileobject.c445 get_closed(PyStdPrinter_Object *self, void *closure) in get_closed() function
463 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
/external/python/cpython3/Modules/_io/
Dfileio.c1155 get_closed(fileio *self, void *closure) function
1173 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
Dwinconsoleio.c1092 get_closed(winconsoleio *self, void *closure) in get_closed() function
1110 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
/external/python/cpython2/Modules/_io/
Dfileio.c1101 get_closed(fileio *self, void *closure) in get_closed() function
1119 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
/external/python/cpython2/Objects/
Dfileobject.c2175 get_closed(PyFileObject *f, void *closure) in get_closed() function
2237 {"closed", (getter)get_closed, NULL, "True if the file is closed"},