MCPcopy
hub / github.com/hyperopt/hyperopt / delete_all

Method delete_all

hyperopt/base.py:499–502  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

497 return rval
498
499 def delete_all(self):
500 self._dynamic_trials = []
501 self.attachments = {}
502 self.refresh()
503
504 def count_by_state_synced(self, arg, trials=None):
505 """

Callers 1

Calls 1

refreshMethod · 0.95

Tested by 1