MCPcopy
hub / github.com/hyperopt/hyperopt / _insert_trial_docs

Method _insert_trial_docs

hyperopt/mongoexp.py:839–843  ·  view source on GitHub ↗
(self, docs)

Source from the content-addressed store, hash-verified

837 self.refresh_tids(None)
838
839 def _insert_trial_docs(self, docs):
840 rval = []
841 for doc in docs:
842 rval.append(self.handle.jobs.insert(doc))
843 return rval
844
845 def count_by_state_unsynced(self, arg):
846 exp_key = self._exp_key

Callers

nothing calls this directly

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected