Py.Traceback
type frame = {
filename : string;
function_name : string;
line_number : int;
}
val create_frame : frame -> Object.t
type t = frame list