Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_io/
Dstringio.c662 stringio_writable(stringio *self, PyObject *args) in stringio_writable() function
835 {"writable", (PyCFunction)stringio_writable, METH_NOARGS, stringio_writable_doc},