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

/external/python/cpython2/Objects/
H A Dframeobject.c576 PyTypeObject PyFrame_Type = { variable
680 f = PyObject_GC_NewVar(PyFrameObject, &PyFrame_Type,
/external/python/cpython3/Objects/
H A Dframeobject.c563 PyTypeObject PyFrame_Type = { variable
665 f = PyObject_GC_NewVar(PyFrameObject, &PyFrame_Type,

Completed in 57 milliseconds