MCPcopy
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
59class ThreadedStream:

Callers 1

Calls 1

_writeMethod · 0.95

Tested by 1