Expand description
Python traceback -> Shape source location mapping.
Structs§
- Python
Frame - Parsed representation of a Python traceback frame.
Functions§
- format_
python_ error - Format a Python error with context from the compiled function.
- map_
python_ line_ to_ shape - Map a Python line number inside
__shape_fn__back to the Shape source line number. - parse_
traceback - Parse a Python traceback string into structured frames.