Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ connection_string
Method
connection_string
hyperopt/tests/integration/test_mongoexp.py:100–101 ·
view source on GitHub ↗
(dbname)
Source
from the content-addressed store, hash-verified
98
99
@staticmethod
100
def
connection_string(dbname):
101
return
as_mongo_str(f
"localhost:22334/{dbname}/jobs"
)
102
103
@staticmethod
104
def
mongo_jobs(dbname):
Callers
5
mongo_jobs
Method · 0.80
setUp
Method · 0.80
wrapper
Function · 0.80
test_seeds_AAB
Method · 0.80
test_trial_attachments
Function · 0.80
Calls
1
as_mongo_str
Function · 0.90
Tested by
no test coverage detected