MCPcopy
hub / github.com/hyperopt/hyperopt / debug

Method debug

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

Source from the content-addressed store, hash-verified

1141 self.read_only = read_only
1142
1143 def debug(self, *args, **kwargs):
1144 # XXX: This is supposed to log to db
1145 return logger.debug(*args, **kwargs)
1146
1147 def info(self, *args, **kwargs):
1148 # XXX: This is supposed to log to db

Callers 11

fminMethod · 0.80
__init__Method · 0.80
_begin_trial_runMethod · 0.80
_finish_trial_runMethod · 0.80
run_dispatcherMethod · 0.80
finish_trial_runMethod · 0.80
refresh_tidsMethod · 0.80
run_oneMethod · 0.80
stop_fnFunction · 0.80
clone_mergeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected