(self, word: str)
| 414 | return lineparts.current_dotted_attribute(cursor_offset, line) |
| 415 | |
| 416 | def format(self, word: str) -> str: |
| 417 | return _after_last_dot(word) |
| 418 | |
| 419 | def attr_matches( |
| 420 | self, text: str, namespace: dict[str, Any] |
no test coverage detected