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

Method hide_left

tools/python-3.11.9-amd64/Tools/demo/sortvisu.py:144–145  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142 self.hide_pivot()
143
144 def hide_left(self):
145 self.canvas.coords(self.left, (0, 0, 0, 0))
146
147 def hide_right(self):
148 self.canvas.coords(self.right, (0, 0, 0, 0))

Callers 2

show_leftMethod · 0.95
hide_left_right_pivotMethod · 0.95

Calls 1

coordsMethod · 0.45

Tested by

no test coverage detected