Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ set_tps
Method
set_tps
imagepy/ui/tableframe.py:62–63 ·
view source on GitHub ↗
(self, tps)
Source
from the content-addressed store, hash-verified
60
#self.canvaspanel.set_handler(self.set_title)
61
62
def
set_tps(self, tps):
63
self.tablepanel.set_tps(tps)
64
65
def
set_title(self, tps):
66
self.SetTitle(tps.title)
Callers
1
showtable
Function · 0.95
Calls
1
set_tps
Method · 0.45
Tested by
no test coverage detected