Home
last modified time | relevance | path

Searched refs:PyFrame_Type (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
H A Dpyframe.h5 PyAPI_DATA(PyTypeObject) PyFrame_Type;
7 #define PyFrame_Check(op) Py_IS_TYPE((op), &PyFrame_Type)
/third_party/python/Python/clinic/
H A 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/Objects/
H A Dframeobject.c970 PyTypeObject PyFrame_Type = { variable
1024 PyFrameObject *f = PyObject_GC_NewVar(PyFrameObject, &PyFrame_Type, slots); in _PyFrame_New_NoTrack()
H A Dobject.c1895 &PyFrame_Type,

Completed in 6 milliseconds