MCPcopy
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_stream_zipFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected