MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / deselectall

Method deselectall

tools/python-3.11.9-amd64/Lib/idlelib/tree.py:131–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

129 self.drawtext()
130
131 def deselectall(self):
132 if self.parent:
133 self.parent.deselectall()
134 else:
135 self.deselecttree()
136
137 def deselecttree(self):
138 if self.selected:

Callers 1

selectMethod · 0.95

Calls 1

deselecttreeMethod · 0.95

Tested by

no test coverage detected