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

Method goto_source_line

Lib/idlelib/debugger.py:487–489  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

485 self.show_source(index)
486
487 def goto_source_line(self):
488 index = self.listbox.index("active")
489 self.show_source(index)
490
491 def show_stack_frame(self):
492 index = self.listbox.index("active")

Callers

nothing calls this directly

Calls 2

show_sourceMethod · 0.95
indexMethod · 0.45

Tested by

no test coverage detected