MCPcopy Create free account
hub / github.com/Image-Py/imagepy / Canvas

Class Canvas

imagepy/ui/canvasframe.py:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204class VirturlCanvas:
205 instance = []
206 class Canvas:
207 def __init__(self, ips):
208 self.ips = ips
209 def __del__(self):
210 print('virturl canvas deleted!')
211
212 def __init__(self, ips):
213 self.ips = ips

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected