Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ deselecttree
Method
deselecttree
tools/python-3.11.9-amd64/Lib/idlelib/tree.py:137–141 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
135
self.deselecttree()
136
137
def
deselecttree(self):
138
if
self.selected:
139
self.deselect()
140
for
child in self.children:
141
child.deselecttree()
142
143
def
flip(self, event=None):
144
if
self.state ==
'expanded'
:
Callers
1
deselectall
Method · 0.95
Calls
1
deselect
Method · 0.95
Tested by
no test coverage detected