Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ write
Method
write
src/werkzeug/debug/console.py:195–196 ·
view source on GitHub ↗
(self, data: str)
Source
from the content-addressed store, hash-verified
193
sys.stdout._write(te.render_traceback_html())
# type: ignore
194
195
def
write(self, data: str) -> None:
196
sys.stdout.write(data)
197
198
199
class
Console:
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected