python-2.7.6/include/traceback.h Source File
Go to the documentation of this file.
22 PyAPI_FUNC(
int) _Py_DisplaySourceLine(PyObject *, const
char *,
int,
int);
26 #define PyTraceBack_Check(v) (Py_TYPE(v) == &PyTraceBack_Type)
PyAPI_FUNC(int) PyTraceBack_Here(struct _frame *)
PyAPI_DATA(PyTypeObject) PyTraceBack_Type
PyObject_HEAD struct _traceback * tb_next
struct _traceback PyTracebackObject