Searched refs:bytesio_setstate (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/_io/ |
D | bytesio.c | 671 bytesio_setstate(bytesio *self, PyObject *state) in bytesio_setstate() function 859 {"__setstate__", (PyCFunction)bytesio_setstate, METH_O, NULL},
|
/external/python/cpython3/Modules/_io/ |
D | bytesio.c | 787 bytesio_setstate(bytesio *self, PyObject *state) in bytesio_setstate() function 993 {"__setstate__", (PyCFunction)bytesio_setstate, METH_O, NULL},
|