Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
savecache
Function · 0.80
Calls
1
todict
Method · 0.80
Tested by
no test coverage detected