MCPcopy
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_jobsMethod · 0.80
setUpMethod · 0.80
wrapperFunction · 0.80
test_seeds_AABMethod · 0.80
test_trial_attachmentsFunction · 0.80

Calls 1

as_mongo_strFunction · 0.90

Tested by

no test coverage detected