MCPcopy
hub / github.com/hyperopt/hyperopt / warn

Method warn

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

Source from the content-addressed store, hash-verified

1149 return logger.info(*args, **kwargs)
1150
1151 def warn(self, *args, **kwargs):
1152 # XXX: This is supposed to log to db
1153 return logger.warn(*args, **kwargs)
1154
1155 def error(self, *args, **kwargs):
1156 # XXX: This is supposed to log to db

Callers 2

updateMethod · 0.80
test_distribution_rvsMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_distribution_rvsMethod · 0.64