Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/clinic/
Dbytesio.c.h87 _io_BytesIO_getbuffer_impl(bytesio *self);
92 return _io_BytesIO_getbuffer_impl(self); in _io_BytesIO_getbuffer()
/third_party/python/Modules/_io/
Dbytesio.c315 _io_BytesIO_getbuffer_impl(bytesio *self) in _io_BytesIO_getbuffer_impl() function