Home
last modified time | relevance | path

Searched refs:PyFrame_Type (Results 1 – 12 of 12) 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/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()
/external/python/cpython3/Include/cpython/
Dframeobject.h66 PyAPI_DATA(PyTypeObject) PyFrame_Type;
68 #define PyFrame_Check(op) Py_IS_TYPE(op, &PyFrame_Type)
/external/python/cpython2/PC/os2vacpp/
Dpython.def43 PyFrame_Type
/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/cpython3/Objects/
Dframeobject.c740 PyTypeObject PyFrame_Type = { variable
794 f = PyObject_GC_NewVar(PyFrameObject, &PyFrame_Type, extras); in frame_alloc()
Dobject.c1837 INIT_TYPE(PyFrame_Type); in _PyTypes_Init()
/external/python/cpython2/PC/os2emx/
Dpython27.def332 "PyFrame_Type"
/external/python/cpython3/Tools/c-analyzer/
DTODO842 Objects/frameobject.c:PyFrame_Type PyTypeObject PyFrame_Type
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv1639 Objects/frameobject.c - PyFrame_Type -
/external/python/cpython3/Doc/data/
Dpython3.10.abi1530 …<elf-symbol name='PyFrame_Type' size='408' type='object-type' binding='global-binding' visibility=…
8314PyFrame_Type' type-id='type-id-149' mangled-name='PyFrame_Type' visibility='default' filepath='./I…