MCPcopy Index your code
hub / github.com/hyperopt/hyperopt / error

Method error

hyperopt/mongoexp.py:1155–1157  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1153 return logger.warn(*args, **kwargs)
1154
1155 def error(self, *args, **kwargs):
1156 # XXX: This is supposed to log to db
1157 return logger.error(*args, **kwargs)
1158
1159 def checkpoint(self, result=None):
1160 if not self.read_only:

Callers 7

serial_evaluateMethod · 0.80
_finish_trial_runMethod · 0.80
run_task_on_executorMethod · 0.80
delete_allMethod · 0.80
reserveMethod · 0.80
refresh_tidsMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected