Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dframeobject.h55 PyAPI_DATA(PyTypeObject) PyFrame_Type;
57 #define PyFrame_Check(op) ((op)->ob_type == &PyFrame_Type)
/external/python/cpython2/PC/os2vacpp/
Dpython.def43 PyFrame_Type
/external/python/cpython2/Objects/
Dframeobject.c576 PyTypeObject PyFrame_Type = { variable
680 f = PyObject_GC_NewVar(PyFrameObject, &PyFrame_Type, in PyFrame_New()
Dobject.c2168 if (PyType_Ready(&PyFrame_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython2/PC/os2emx/
Dpython27.def332 "PyFrame_Type"