MCPcopy
hub / github.com/NVIDIA/TensorRT-LLM / error_once

Method error_once

tensorrt_llm/logger.py:129–130  ·  view source on GitHub ↗
(self, *msg, key)

Source from the content-addressed store, hash-verified

127 self.log(self.ERROR, *msg)
128
129 def error_once(self, *msg, key):
130 self.log_once(self.ERROR, *msg, key=key)
131
132 def warning(self, *msg):
133 self.log(self.WARNING, *msg)

Callers

nothing calls this directly

Calls 1

log_onceMethod · 0.95

Tested by

no test coverage detected