MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / __len__

Method __len__

data_loader/dataloader.py:393–395  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

391
392
393 def __len__(self):
394 # print("self.hairstyles_path_list",self.hairstyles_path_list)
395 return len(self.hairstyles_path_list)
396
397 def __getitem__(self, idx):
398 out_dict = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected