MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / __len__

Method __len__

main.py:35–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self.pcd_files = [os.path.join(self.directory, f) for f in sorted(os.listdir(self.directory)) if f.endswith('.pcd')]
34
35 def __len__(self):
36 return len(self.pcd_files)
37
38 def __getitem__(self, index_):
39 res_dict = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected