Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Dobjstringio.c54 STATIC mp_uint_t stringio_read(mp_obj_t o_in, void *buf, mp_uint_t size, int *errcode) { in stringio_read() function
242 .read = stringio_read,
261 .read = stringio_read,
/dports/lang/python-legacy/Python-2.7.18/Modules/_io/
H A Dstringio.c214 stringio_read(stringio *self, PyObject *args) in stringio_read() function
828 {"read", (PyCFunction)stringio_read, METH_VARARGS, stringio_read_doc},
/dports/lang/python27/Python-2.7.18/Modules/_io/
H A Dstringio.c214 stringio_read(stringio *self, PyObject *args) in stringio_read() function
828 {"read", (PyCFunction)stringio_read, METH_VARARGS, stringio_read_doc},
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A Dstringio.c214 stringio_read(stringio *self, PyObject *args) in stringio_read() function
813 {"read", (PyCFunction)stringio_read, METH_VARARGS, stringio_read_doc},