MCPcopy
hub / github.com/igrek51/wat / output

Method output

tests/asserts.py:52–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 self.logger.removeHandler(self.extra_handler)
51
52 def output(self) -> str:
53 return self.new_out.getvalue() + self.new_err.getvalue()
54
55 def stripped(self) -> str:
56 return self.output().strip()

Callers 7

__exit__Method · 0.95
strippedMethod · 0.95
uncolorMethod · 0.95
test_wat_with_objectFunction · 0.80

Calls

no outgoing calls