Searched refs:s_sizeof (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 1738 s_sizeof(PyStructObject *self, void *unused) in s_sizeof() function 1754 {"__sizeof__", (PyCFunction)s_sizeof, METH_NOARGS, s_sizeof__doc__},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 2015 s_sizeof(PyStructObject *self, void *unused) in s_sizeof() function 2034 {"__sizeof__", (PyCFunction)s_sizeof, METH_NOARGS, s_sizeof__doc__},
|