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

Method preview

imagepy/core/engine/table.py:34–36  ·  view source on GitHub ↗
(self, tps, para)

Source from the content-addressed store, hash-verified

32 def load(self, ips):return True
33
34 def preview(self, tps, para):
35 self.run(tps, tps.data, tps.snap, para)
36 tps.update()
37
38 def show(self):
39 if self.view==None:return True

Callers 3

showMethod · 0.95
mouse_upMethod · 0.45
mouse_upMethod · 0.45

Calls 2

runMethod · 0.95
updateMethod · 0.45

Tested by

no test coverage detected