Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/
Dbytesio.c.h480 _io_BytesIO___init___impl(bytesio *self, PyObject *initvalue);
503 return_value = _io_BytesIO___init___impl((bytesio *)self, initvalue); in _io_BytesIO___init__()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dbytesio.c932 _io_BytesIO___init___impl(bytesio *self, PyObject *initvalue) in _io_BytesIO___init___impl() function