Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
flip
Method · 0.45
test_ondoubleclick
Method · 0.45
test_ondoubleclick
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_ondoubleclick
Method · 0.36
test_ondoubleclick
Method · 0.36