MCPcopy Create free account
hub / github.com/VisionRush/DeepFakeDefenders / __len__

Method __len__

core/dsproc_mcls.py:166–167  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

164 return img_data, img_label, img_path, img_size
165
166 def __len__(self):
167 return len(self.img_names_)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected