(self)
| 101 | self.assertIndented("blank_line_in_try_catch_else") |
| 102 | |
| 103 | def test_blank_trailing_line(self): |
| 104 | self.assertIndented("blank_trailing_line") |
| 105 | |
| 106 | def test_tabs(self): |
| 107 | self.assertIndented(original.tabs) |
nothing calls this directly
no test coverage detected