Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ DummyTerminalWriter
Class
DummyTerminalWriter
testing/test_terminal.py:2581–2585 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2579
2580
def
check(msg, width, expected):
2581
class
DummyTerminalWriter:
2582
fullwidth = width
2583
2584
def
markup(self, word: str, **markup: str):
2585
return
word
2586
2587
__tracebackhide__ = True
2588
if
msg:
Callers
1
check
Function · 0.85
Calls
no outgoing calls
Tested by
1
check
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…