Searched refs:bytesio_getstate (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_io/
H A Dbytesio.c641 could call bytesio_getstate directly and avoid checking for the presence of
647 bytesio_getstate(bytesio *self) function
857 {"__getstate__", (PyCFunction)bytesio_getstate, METH_NOARGS, NULL},
/external/python/cpython3/Modules/_io/
H A Dbytesio.c802 could call bytesio_getstate directly and avoid checking for the presence of
808 bytesio_getstate(bytesio *self) function
1039 {"__getstate__", (PyCFunction)bytesio_getstate, METH_NOARGS, NULL},

Completed in 125 milliseconds