MCPcopy
hub / github.com/microsoft/RD-Agent / warning

Method warning

rdagent/log/logger.py:132–133  ·  view source on GitHub ↗
(self, msg: str, *, tag: str = "", raw: bool = False)

Source from the content-addressed store, hash-verified

130 self._log("info", msg, tag=tag, raw=raw)
131
132 def warning(self, msg: str, *, tag: str = "", raw: bool = False) -> None:
133 self._log("warning", msg, tag=tag, raw=raw)
134
135 def error(self, msg: str, *, tag: str = "", raw: bool = False) -> None:
136 self._log("error", msg, tag=tag, raw=raw)

Callers 15

build_idea_poolMethod · 0.80
hypothesis_critiqueMethod · 0.80
genMethod · 0.80
get_sort_keyMethod · 0.80
process_experimentFunction · 0.80
evaluate_one_traceFunction · 0.80
select_on_existing_traceFunction · 0.80
evaluateMethod · 0.80

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected