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:29–31 ·
view source on GitHub ↗
(self, tps)
Source
from the content-addressed store, hash-verified
27
self.handle = handle
28
29
def
set_tps(self, tps):
30
self.tps = tps
31
self.grid.set_tps(tps)
32
33
def
__del__( self ):
34
print(
'Table Panel Del'
)
Callers
2
showtable
Function · 0.95
set_tps
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected