(self, cursor_offset: int, line: str)
| 411 | } |
| 412 | |
| 413 | def locate(self, cursor_offset: int, line: str) -> LinePart | None: |
| 414 | return lineparts.current_dotted_attribute(cursor_offset, line) |
| 415 | |
| 416 | def format(self, word: str) -> str: |
| 417 | return _after_last_dot(word) |
no outgoing calls