MCPcopy
hub / github.com/aws/aws-cli / read

Method read

tests/unit/botocore/test_awsrequest.py:101–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

99 return iter(self._stream)
100
101 def read(self):
102 return self._stream.read()
103
104 def seek(self, offset, whence=0):
105 self._stream.seek(offset, whence)

Calls

no outgoing calls

Tested by

no test coverage detected