MCPcopy Create free account
hub / github.com/MotrixLab/ViMoGen / __len__

Method __len__

datasets/bucket.py:142–143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

140 return self.bucket_bs[bucket_id[0]][bucket_id[1]]
141
142 def __len__(self):
143 return self.num_bucket
144
145
146def closet_smaller_bucket(value, bucket):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected