MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / todicts

Method todicts

deeplabcut/benchmark/base.py:212–213  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

210 return cls(*[Result.fromdict(entry) for entry in data])
211
212 def todicts(self):
213 return [result.todict() for result in self.results.values()]
214
215 def __len__(self):
216 return len(self.results)

Callers 1

savecacheFunction · 0.80

Calls 1

todictMethod · 0.80

Tested by

no test coverage detected