(self, cursor_offset: int, line: str)
| 497 | return None |
| 498 | |
| 499 | def locate(self, cursor_offset: int, line: str) -> LinePart | None: |
| 500 | return lineparts.current_dict_key(cursor_offset, line) |
| 501 | |
| 502 | def format(self, match: str) -> str: |
| 503 | return match[:-1] |