Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/hyperopt/hyperopt
/ __iter__
Method
__iter__
hyperopt/mongoexp.py:923–924 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
921
return
len(self.handle.attachment_names(doc=trial))
922
923
def
__iter__(self):
924
return
iter(self.handle.attachment_names(doc=trial))
925
926
def
__getitem__(self, name):
927
try
:
Callers
nothing calls this directly
Calls
2
attachment_names
Method · 0.80
list
Method · 0.80
Tested by
no test coverage detected