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

Method lastvisiblechild

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

Source from the content-addressed store, hash-verified

181 self.canvas.yview_moveto(fraction)
182
183 def lastvisiblechild(self):
184 if self.children and self.state == 'expanded':
185 return self.children[-1].lastvisiblechild()
186 else:
187 return self
188
189 def update(self):
190 if self.parent:

Callers 1

viewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected