Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/
Dbytesio.c.h33 _io_BytesIO_writable_impl(bytesio *self);
38 return _io_BytesIO_writable_impl(self); in _io_BytesIO_writable()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dbytesio.c273 _io_BytesIO_writable_impl(bytesio *self) in _io_BytesIO_writable_impl() function