Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsysmodule.c1742 sys_getsizeof(PyObject *self, PyObject *args, PyObject *kwds) in sys_getsizeof() function
2044 {"getsizeof", (PyCFunction)(void(*)(void))sys_getsizeof,