Recursively increments the lineno and end_lineno of node and all
its descendants by n, mirroring CPython's ast.increment_lineno.
Useful when splicing a parsed AST fragment into a larger source file at
a known line offset.
The AST node (typically a Module) to adjust in place.
Number of lines to add to every line number (default 1).
node, mutated in place.
Parser entry points and location-manipulation helpers.
ast.literal_eval.lineno/col_offsetinfo on a hand-built tree by copying it from parent nodes.