Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_binary
Function · 0.45
debug_application
Method · 0.45
write
Method · 0.45
test_post_with_file_descriptor
Function · 0.45
test_base_response
Function · 0.45
test_response_stream
Function · 0.45
test_new_response_iterator_behavior
Function · 0.45
test_write_length
Function · 0.45
test_import_string_provides_traceback
Function · 0.45
test_import_string_attribute_error
Function · 0.45
test_shared_data_middleware
Function · 0.45
Calls
1
_write
Method · 0.95
Tested by
9
write_binary
Function · 0.36
test_post_with_file_descriptor
Function · 0.36
test_base_response
Function · 0.36
test_response_stream
Function · 0.36
test_new_response_iterator_behavior
Function · 0.36
test_write_length
Function · 0.36
test_import_string_provides_traceback
Function · 0.36
test_import_string_attribute_error
Function · 0.36
test_shared_data_middleware
Function · 0.36