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

Method GetNumberRows

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

Source from the content-addressed store, hash-verified

28 return self.tps.data.shape[1]
29
30 def GetNumberRows(self):
31 if self.tps is None: return 0
32 return self.tps.data.shape[0]
33
34 def GetColLabelValue(self, col):
35 return str(self.tps.data.columns[col])

Callers 1

ResetViewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected