Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_delete_all_on_attachments
Function · 0.45
Calls
1
refresh
Method · 0.95
Tested by
1
test_delete_all_on_attachments
Function · 0.36