(self)
| 374 | |
| 375 | @property |
| 376 | def _original_lines(self): |
| 377 | # Returns the line as-is from the source, without modifying whitespace. |
| 378 | self._set_lines() |
| 379 | return self._lines |
| 380 | |
| 381 | @property |
| 382 | def _dedented_lines(self): |
nothing calls this directly
no test coverage detected