Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ read
Method
read
tests/requests_tests/tests.py:1112–1113 ·
view source on GitHub ↗
(self, size=-1, /)
Source
from the content-addressed store, hash-verified
1110
1111
class
ExplodingBytesIO(BytesIO):
1112
def
read(self, size=-1, /):
1113
raise
OSError(
"kaboom!"
)
1114
1115
payload = b
"name=value"
1116
request = WSGIRequest(
Callers
6
test_stream_read
Method · 0.45
test_read_after_value
Method · 0.45
test_value_after_read
Method · 0.45
test_POST_after_body_read_and_stream_read
Method · 0.45
test_multipart_file_upload_base64_whitespace_heavy
Method · 0.45
test_POST_after_body_read_and_stream_read_multipart
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected