Classes | |
| struct | _traceback |
Macros | |
| #define | PyTraceBack_Check(v) (Py_TYPE(v) == &PyTraceBack_Type) |
Typedefs | |
| typedef struct _traceback | PyTracebackObject |
Functions | |
| PyAPI_FUNC (int) PyTraceBack_Here(struct _frame *) | |
| PyAPI_DATA (PyTypeObject) PyTraceBack_Type | |
Variables | |
| PyObject const char | int |
Definition at line 26 of file traceback.h.
| typedef struct _traceback PyTracebackObject |
| PyAPI_DATA | ( | PyTypeObject | ) |
| PyAPI_FUNC | ( | int | ) |
| PyObject const char int |
Definition at line 22 of file traceback.h.