Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ writelines
Method
writelines
src/werkzeug/debug/console.py:55–56 ·
view source on GitHub ↗
(self, x: t.Iterable[str])
Source
from the content-addressed store, hash-verified
53
self._write(escape(x))
54
55
def
writelines(self, x: t.Iterable[str]) -> None:
56
self._write(escape(
""
.join(x)))
57
58
59
class
ThreadedStream:
Callers
1
test_stream_content_length
Function · 0.45
Calls
1
_write
Method · 0.95
Tested by
1
test_stream_content_length
Function · 0.36