MCPcopy Create free account
hub / github.com/MiniMax-AI/VTP / __len__

Method __len__

tools/test_linear_probing_hf.py:208–209  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

206 self.epoch += 1
207
208 def __len__(self):
209 return int(1e18) # Effectively infinite
210
211
212# ============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected