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

Method OnDoubleClick

Lib/idlelib/tree.py:394–395  ·  view source on GitHub ↗

Called on a double-click on the item.

(self)

Source from the content-addressed store, hash-verified

392 """Return list of items forming sublist."""
393
394 def OnDoubleClick(self):
395 """Called on a double-click on the item."""
396
397
398# Example application

Callers 3

flipMethod · 0.45
test_ondoubleclickMethod · 0.45
test_ondoubleclickMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_ondoubleclickMethod · 0.36
test_ondoubleclickMethod · 0.36