OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_io_BytesIO_write
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython3/Modules/_io/
bytesio.c
715
_io_BytesIO_write
(bytesio *self, PyObject *b)
760
ret =
_io_BytesIO_write
(self, item);
860
result =
_io_BytesIO_write
(self, PyTuple_GET_ITEM(state, 0));
975
res =
_io_BytesIO_write
(self, initvalue);
[
all
...]
/external/python/cpython3/Modules/_io/clinic/
bytesio.c.h
372
{"write", (PyCFunction)
_io_BytesIO_write
, METH_O, _io_BytesIO_write__doc__},
Completed in 149 milliseconds