Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/clinic/
Dbytesio.c.h51 _io_BytesIO_seekable_impl(bytesio *self);
56 return _io_BytesIO_seekable_impl(self); in _io_BytesIO_seekable()
/third_party/python/Modules/_io/
Dbytesio.c287 _io_BytesIO_seekable_impl(bytesio *self) in _io_BytesIO_seekable_impl() function