Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ pop
Method
pop
imagepy/tools/Standard/polygon_tol.py:23–26 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
for
i in self.buf[0]: dc.DrawCircle(f(*i),2)
22
23
def
pop(self):
24
a = self.buf
25
self.buf = [[],[]]
26
return
a
27
28
from
imagepy.core.engine
import
Tool
29
Callers
1
mouse_down
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected