Home
last modified time | relevance | path

Searched refs:IS_CLOSED (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_io/
Diobase.c63 #define IS_CLOSED(self) \ macro
127 if (IS_CLOSED(self)) { in iobase_flush()
157 return PyBool_FromLong(IS_CLOSED(self)); in iobase_closed_get()
182 if (IS_CLOSED(self)) in iobase_close()
Dbufferedio.c322 #define IS_CLOSED(self) \ macro
328 if (IS_CLOSED(self)) { \
1816 if (IS_CLOSED(self)) { in bufferedwriter_write()