Searched refs:_io_BytesIO_write (Results 1 – 2 of 2) sorted by relevance
706 _io_BytesIO_write(bytesio *self, PyObject *b) in _io_BytesIO_write() function837 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()
440 {"write", (PyCFunction)_io_BytesIO_write, METH_O, _io_BytesIO_write__doc__},