Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
stripped
Method · 0.95
uncolor
Method · 0.95
test_load_instaload_snippet
Function · 0.80
test_wat_with_object
Function · 0.80
test_wat_with_short_long_modifiers
Function · 0.80
test_wat_with_multiple_modifiers
Function · 0.80
Calls
no outgoing calls
Tested by
4
test_load_instaload_snippet
Function · 0.64
test_wat_with_object
Function · 0.64
test_wat_with_short_long_modifiers
Function · 0.64
test_wat_with_multiple_modifiers
Function · 0.64