Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ test_response_content_length_uses_encode
Function
test_response_content_length_uses_encode
tests/test_wrappers.py:926–928 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
924
925
926
def
test_response_content_length_uses_encode():
927
r = wrappers.Response(
"你好"
)
928
assert r.calculate_content_length() == 6
929
930
931
def
test_other_method_payload():
Callers
nothing calls this directly
Calls
1
calculate_content_length
Method · 0.95
Tested by
no test coverage detected