Description
Reads and generates Python code-object line table data. It helps tools that inspect bytecode, build debuggers, rewrite code objects, or preserve source-line mapping after transformations.
This is specialist tooling for Python internals. Incorrect line-table data can confuse tracebacks, debuggers, and coverage tools, so generated objects should be tested carefully.