MCPcopy Create free account
hub / github.com/ipython/ipython / test_find_source_lines

Method test_find_source_lines

IPython/core/tests/test_oinspect.py:47–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45class Test(TestCase):
46
47 def test_find_source_lines(self):
48 self.assertEqual(oinspect.find_source_lines(Test.test_find_source_lines),
49 THIS_LINE_NUMBER+6)
50
51
52# A couple of utilities to ensure these tests work the same from a source or a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected