Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/
Dbytesio.c.h102 {"getvalue", (PyCFunction)_io_BytesIO_getvalue, METH_NOARGS, _io_BytesIO_getvalue__doc__},
108 _io_BytesIO_getvalue(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_getvalue() function