MCPcopy
hub / github.com/pallets/werkzeug / write

Method write

src/werkzeug/debug/console.py:52–53  ·  view source on GitHub ↗
(self, x: str)

Source from the content-addressed store, hash-verified

50 self._buffer.append(x)
51
52 def write(self, x: str) -> None:
53 self._write(escape(x))
54
55 def writelines(self, x: t.Iterable[str]) -> None:
56 self._write(escape("".join(x)))

Callers 11

write_binaryFunction · 0.45
debug_applicationMethod · 0.45
writeMethod · 0.45
test_base_responseFunction · 0.45
test_response_streamFunction · 0.45
test_write_lengthFunction · 0.45

Calls 1

_writeMethod · 0.95

Tested by 9

write_binaryFunction · 0.36
test_base_responseFunction · 0.36
test_response_streamFunction · 0.36
test_write_lengthFunction · 0.36