Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ read
Method
read
tests/test_wrappers.py:455–456 ·
view source on GitHub ↗
(self, size=-1)
Source
from the content-addressed store, hash-verified
453
self._stream = stream
454
455
def
read(self, size=-1):
456
return
self._stream.read(size).lower()
457
458
def
readline(self, size=-1):
459
return
self._stream.readline(size).lower()
Callers
3
test_range_request_with_file
Function · 0.45
test_range_request_with_complete_file
Function · 0.45
test_stream_zip
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected