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

Method GetNumberCols

imagepy/ui/tablewindow.py:26–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 print('haha')
25
26 def GetNumberCols(self):
27 if self.tps is None: return 0
28 return self.tps.data.shape[1]
29
30 def GetNumberRows(self):
31 if self.tps is None: return 0

Callers 1

ResetViewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected