MCPcopy Create free account
hub / github.com/triton-inference-server/server / comment_verbose

Method comment_verbose

build.py:197–199  ·  view source on GitHub ↗
(self, msg="")

Source from the content-addressed store, hash-verified

195 self._file.write(f"# {msg}\n")
196
197 def comment_verbose(self, msg=""):
198 if self._verbose:
199 self.comment(msg)
200
201 def header(self, desc=None):
202 self._file.write("#!/usr/bin/env bash\n\n")

Callers

nothing calls this directly

Calls 1

commentMethod · 0.95

Tested by

no test coverage detected