atlas.change_control._compute_line_changes
Details
Type: function
File: atlas/change_control.py
Lines: 291–333
Signature: (before_text: str, after_text: str) -> list[dict[str, object]]
Docstring
Produce structured line changes from two texts.
Children
| Name | Type | Line |
|---|---|---|
| atlas.change_control._compute_line_changes.before_lines | attribute | 293 |
| atlas.change_control._compute_line_changes.after_lines | attribute | 294 |
| atlas.change_control._compute_line_changes.matcher | attribute | 297 |