Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dframeobject.h55 PyAPI_DATA(PyTypeObject) PyFrame_Type;
57 #define PyFrame_Check(op) (Py_TYPE(op) == &PyFrame_Type)
/external/python/cpython3/Include/
Dframeobject.h52 PyAPI_DATA(PyTypeObject) PyFrame_Type;
54 #define PyFrame_Check(op) (Py_TYPE(op) == &PyFrame_Type)
/external/python/cpython3/Python/clinic/
Dtraceback.c.h27 &tb_next, &PyFrame_Type, &tb_frame, &tb_lasti, &tb_lineno)) { in tb_new()
/external/python/cpython2/PC/os2vacpp/
Dpython.def43 PyFrame_Type
/external/python/cpython3/Objects/
Dframeobject.c611 PyTypeObject PyFrame_Type = { variable
713 f = PyObject_GC_NewVar(PyFrameObject, &PyFrame_Type, in _PyFrame_New_NoTrack()
Dobject.c1855 if (PyType_Ready(&PyFrame_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython2/Objects/
Dframeobject.c612 PyTypeObject PyFrame_Type = { variable
716 f = PyObject_GC_NewVar(PyFrameObject, &PyFrame_Type, in PyFrame_New()
Dobject.c2173 if (PyType_Ready(&PyFrame_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython2/PC/os2emx/
Dpython27.def332 "PyFrame_Type"