Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
Dbytesio.c706 _io_BytesIO_write(bytesio *self, PyObject *b) in _io_BytesIO_write() function
837 result = _io_BytesIO_write(self, PyTuple_GET_ITEM(state, 0)); in bytesio_setstate()
952 res = _io_BytesIO_write(self, initvalue); in _io_BytesIO___init___impl()
/third_party/python/Modules/_io/clinic/
Dbytesio.c.h440 {"write", (PyCFunction)_io_BytesIO_write, METH_O, _io_BytesIO_write__doc__},