Description
Inspect which Python AST node is currently executing inside a stack frame. It helps debuggers, tracebacks, notebooks, and developer tools show more precise information about running code.
This is an introspection library, not a debugger UI. Stack and source details may expose local paths or code snippets, so applications should avoid leaking them in public error reports.