Searched refs:bytesio_sizeof (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/_io/ |
D | bytesio.c | 809 bytesio_sizeof(bytesio *self, void *unused) in bytesio_sizeof() function 860 {"__sizeof__", (PyCFunction)bytesio_sizeof, METH_NOARGS, NULL},
|
/external/python/cpython3/Modules/_io/ |
D | bytesio.c | 940 bytesio_sizeof(bytesio *self, void *unused) in bytesio_sizeof() function 994 {"__sizeof__", (PyCFunction)bytesio_sizeof, METH_NOARGS, NULL},
|