(self, word: str)
| 339 | return lineparts.current_word(cursor_offset, line) |
| 340 | |
| 341 | def format(self, word: str) -> str: |
| 342 | return _after_last_dot(word) |
| 343 | |
| 344 | |
| 345 | def _safe_glob(pathname: str) -> Iterator[str]: |
nothing calls this directly
no test coverage detected