MisterAI's picture
download
raw
404 Bytes
#ifndef Py_CPYTHON_TRACEBACK_H
# error "this header file must not be included directly"
#endif
typedef struct _traceback {
PyObject_HEAD
struct _traceback *tb_next;
PyFrameObject *tb_frame;
int tb_lasti;
int tb_lineno;
} PyTracebackObject;
PyAPI_FUNC(int) _Py_DisplaySourceLine(PyObject *, PyObject *, int, int);
PyAPI_FUNC(void) _PyTraceback_Add(const char *, const char *, int);

Xet Storage Details

Size:
404 Bytes
·
Xet hash:
bc777a433079e5e9d3cbb9aaf0670de73605ee081084ef67bdc0f4098e11525d

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