Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
show
Method · 0.95
mouse_up
Method · 0.45
mouse_up
Method · 0.45
Calls
2
run
Method · 0.95
update
Method · 0.45
Tested by
no test coverage detected