Searched refs:return_not_closed (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/_io/ |
D | bytesio.c | 170 return_not_closed(bytesio *self) in return_not_closed() function 840 {"readable", (PyCFunction)return_not_closed, METH_NOARGS, readable_doc}, 841 {"seekable", (PyCFunction)return_not_closed, METH_NOARGS, seekable_doc}, 842 {"writable", (PyCFunction)return_not_closed, METH_NOARGS, writable_doc},
|