The current line
(self)
| 439 | |
| 440 | @property |
| 441 | def current_line(self) -> str: |
| 442 | """The current line""" |
| 443 | return self._get_current_line() |
| 444 | |
| 445 | @current_line.setter |
| 446 | def current_line(self, value: str) -> None: |
nothing calls this directly
no test coverage detected