Home
last modified time | relevance | path

Searched refs:PyTraceBack_Type (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dtraceback.h13 PyAPI_DATA(PyTypeObject) PyTraceBack_Type;
14 #define PyTraceBack_Check(v) Py_IS_TYPE(v, &PyTraceBack_Type)
/third_party/python/Python/
Dsuggestions.c204 traceback == NULL || !Py_IS_TYPE(traceback, &PyTraceBack_Type) in offer_suggestions_for_name_error()
212 if (next == NULL || !Py_IS_TYPE(next, &PyTraceBack_Type)) { in offer_suggestions_for_name_error()
Dtraceback.c47 tb = PyObject_GC_New(PyTracebackObject, &PyTraceBack_Type); in tb_create_raw()
189 PyTypeObject PyTraceBack_Type = { variable
/third_party/python/Doc/data/
Dstable_abi.dat627 var,PyTraceBack_Type,3.2,
/third_party/python/PC/
Dpython3dll.c848 EXPORT_DATA(PyTraceBack_Type)
/third_party/python/Objects/
Dobject.c1862 INIT_TYPE(PyTraceBack_Type); in _PyTypes_Init()
/third_party/python/Misc/
Dstable_abi.txt1262 data PyTraceBack_Type
/third_party/python/Tools/c-analyzer/
DTODO918 Python/traceback.c:PyTraceBack_Type PyTypeObject PyTraceBack_Type