MCPcopy Index your code
hub / github.com/triton-inference-server/server / blankln

Method blankln

build.py:181–182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

179 os.chmod(self._filepath, st.st_mode | stat.S_IEXEC)
180
181 def blankln(self):
182 self._file.write("\n")
183
184 def commentln(self, cnt):
185 self._file.write("#" * cnt + "\n")

Callers 10

headerMethod · 0.95
cmdMethod · 0.95
core_buildFunction · 0.80
backend_buildFunction · 0.80
backend_cloneFunction · 0.80
repo_agent_buildFunction · 0.80
cache_buildFunction · 0.80
cibase_buildFunction · 0.80
build.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected