(self)
| 358 | |
| 359 | @property |
| 360 | def _original_lines(self): |
| 361 | # Returns the line as-is from the source, without modifying whitespace. |
| 362 | self._set_lines() |
| 363 | return self._lines |
| 364 | |
| 365 | @property |
| 366 | def _dedented_lines(self): |
nothing calls this directly
no test coverage detected