Home
last modified time | relevance | path

Searched refs:list_sizeof (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dlistobject.c2471 list_sizeof(PyListObject *self) in list_sizeof() function
2516 {"__sizeof__", (PyCFunction)list_sizeof, METH_NOARGS, sizeof_doc},