Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ deselectall
Method
deselectall
Lib/idlelib/tree.py:133–137 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
131
self.drawtext()
132
133
def
deselectall(self):
134
if
self.parent:
135
self.parent.deselectall()
136
else
:
137
self.deselecttree()
138
139
def
deselecttree(self):
140
if
self.selected:
Callers
1
select
Method · 0.95
Calls
1
deselecttree
Method · 0.95
Tested by
no test coverage detected