Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ hide_right
Method
hide_right
tools/python-3.11.9-amd64/Tools/demo/sortvisu.py:147–148 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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))
149
150
def
show_pivot(self, pivot):
151
x1, y1, x2, y2 = self.items[pivot].position()
Callers
2
show_right
Method · 0.95
hide_left_right_pivot
Method · 0.95
Calls
1
coords
Method · 0.45
Tested by
no test coverage detected