Home
last modified time | relevance | path

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

/third_party/python/Python/clinic/
Dtraceback.c.h34 if (!PyObject_TypeCheck(fastargs[1], &PyFrame_Type)) { in tb_new()
35 … _PyArg_BadArgument("TracebackType", "argument 'tb_frame'", (&PyFrame_Type)->tp_name, fastargs[1]); in tb_new()
/third_party/python/Include/cpython/
Dframeobject.h66 PyAPI_DATA(PyTypeObject) PyFrame_Type;
68 #define PyFrame_Check(op) Py_IS_TYPE(op, &PyFrame_Type)
/third_party/python/Objects/
Dframeobject.c740 PyTypeObject PyFrame_Type = { variable
794 f = PyObject_GC_NewVar(PyFrameObject, &PyFrame_Type, extras); in frame_alloc()
Dobject.c1827 INIT_TYPE(PyFrame_Type); in _PyTypes_Init()
/third_party/python/Tools/c-analyzer/
DTODO842 Objects/frameobject.c:PyFrame_Type PyTypeObject PyFrame_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1639 Objects/frameobject.c - PyFrame_Type -