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

Method deselecttree

Lib/idlelib/tree.py:139–143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

137 self.deselecttree()
138
139 def deselecttree(self):
140 if self.selected:
141 self.deselect()
142 for child in self.children:
143 child.deselecttree()
144
145 def flip(self, event=None):
146 if self.state == 'expanded':

Callers 1

deselectallMethod · 0.95

Calls 1

deselectMethod · 0.95

Tested by

no test coverage detected