cpython/Include/traceback.h

7 lines
179 B
C
Raw Normal View History

1990-12-20 11:06:42 -04:00
/* Traceback interface */
int tb_here PROTO((struct _frame *, int, int));
object *tb_fetch PROTO((void));
int tb_store PROTO((object *));
int tb_print PROTO((object *, FILE *));