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

Method on_double

Lib/idlelib/debugger.py:483–485  ·  view source on GitHub ↗

Override base method.

(self, index)

Source from the content-addressed store, hash-verified

481 self.gui.show_frame(self.stack[index])
482
483 def on_double(self, index):
484 "Override base method."
485 self.show_source(index)
486
487 def goto_source_line(self):
488 index = self.listbox.index("active")

Callers

nothing calls this directly

Calls 1

show_sourceMethod · 0.95

Tested by

no test coverage detected