download
raw
282 Bytes
#ifndef Py_CPYTHON_TRACEBACK_H
# error "this header file must not be included directly"
#endif
typedef struct _traceback PyTracebackObject;
struct _traceback {
PyObject_HEAD
PyTracebackObject *tb_next;
PyFrameObject *tb_frame;
int tb_lasti;
int tb_lineno;
};

Xet Storage Details

Size:
282 Bytes
·
Xet hash:
17c6e5f85ca85e7dafe25c9ea8544f517dc636af7113e0631c1e7ae65a70a285

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.