MCPcopy Index your code
hub / github.com/bpython/bpython / test_blank_trailing_line

Method test_blank_trailing_line

bpython/test/test_preprocess.py:103–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

assertIndentedMethod · 0.95

Tested by

no test coverage detected