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

Class MyResponse

tests/test_wrappers.py:1147–1148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1145
1146def test_disabled_auto_content_length():
1147 class MyResponse(wrappers.Response):
1148 automatically_set_content_length = False
1149
1150 resp = MyResponse("Hello World!")
1151 assert resp.content_length is None

Callers 1

Calls

no outgoing calls

Tested by 1