| 1 | """Extracting and changing portions of the current line |
| 2 | |
| 3 | All functions take cursor offset from the beginning of the line and the line of |
| 4 | Python code, and return None, or a tuple of the start index, end index, and the |
nothing calls this directly
no test coverage detected