MCPcopy 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_namesMethod · 0.80
listMethod · 0.80

Tested by

no test coverage detected