MCPcopy Index your code
hub / github.com/python/cpython / test_show_stack

Method test_show_stack

Lib/idlelib/idle_test/test_debugger.py:212–214  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

210 self.pyshell.close_debugger.assert_called_once()
211
212 def test_show_stack(self):
213 self.debugger.show_stack()
214 self.assertEqual(self.debugger.stackviewer.gui, self.debugger)
215
216 def test_show_stack_with_frame(self):
217 test_frame = MockFrame(None, None)

Callers

nothing calls this directly

Calls 2

show_stackMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected