Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_left
Method · 0.95
hide_left_right_pivot
Method · 0.95
Calls
1
coords
Method · 0.45
Tested by
no test coverage detected