Searched defs:frame_sizeof (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dframeobject.c553 frame_sizeof(PyFrameObject *f) function
571 {"__sizeof__", (PyCFunction)frame_sizeof, METH_NOARGS,
/external/python/cpython3/Objects/
H A Dframeobject.c538 frame_sizeof(PyFrameObject *f) function
558 {"__sizeof__", (PyCFunction)frame_sizeof, METH_NOARGS,

Completed in 77 milliseconds