MCPcopy
hub / github.com/hyperopt/hyperopt / main

Function main

hyperopt/mongoexp.py:1327–1329  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1325
1326
1327def main():
1328 logging.basicConfig(stream=sys.stderr, level=logging.INFO)
1329 sys.exit(main_worker())
1330
1331
1332def main_worker():

Callers

nothing calls this directly

Calls 1

main_workerFunction · 0.85

Tested by

no test coverage detected