MCPcopy Create free account
hub / github.com/boostorg/build / dump_stdio

Method dump_stdio

test/BoostBuild.py:412–414  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

410 self.write(name, self.read(name).replace("$toolset", self.toolset))
411
412 def dump_stdio(self):
413 annotation("STDOUT", self.stdout())
414 annotation("STDERR", self.stderr())
415
416 def run_build_system(self, extra_args=None, subdir="", stdout=None,
417 stderr="", status=0, match=None, pass_toolset=None,

Callers 2

run_build_systemMethod · 0.95
fail_testMethod · 0.95

Calls 3

annotationFunction · 0.85
stdoutMethod · 0.80
stderrMethod · 0.80

Tested by

no test coverage detected