Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/clinic/
Dbytesio.c.h15 _io_BytesIO_readable_impl(bytesio *self);
20 return _io_BytesIO_readable_impl(self); in _io_BytesIO_readable()
/third_party/python/Modules/_io/
Dbytesio.c259 _io_BytesIO_readable_impl(bytesio *self) in _io_BytesIO_readable_impl() function