MCPcopy Create free account
hub / github.com/UX-Decoder/Semantic-SAM / num_rows

Method num_rows

datasets/utils/tsv/tsv_io.py:35–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self._ensure_lineidx_loaded()
34
35 def num_rows(self):
36 return len(self._lineidx)
37
38 def seek(self, idx):
39 self._ensure_tsv_opened()

Callers 2

__init__Method · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected