MCPcopy Index your code
hub / github.com/aws/aws-cli / write

Method write

tests/utils/s3transfer/__init__.py:535–538  ·  view source on GitHub ↗
(self, b)

Source from the content-addressed store, hash-verified

533 return True
534
535 def write(self, b):
536 # This is needed because python will not always return the correct
537 # kind of error even though writeable returns False.
538 raise io.UnsupportedOperation("write")
539
540 def read(self, n=-1):
541 return self._data.read(n)

Callers 5

create_fileMethod · 0.45
create_file_with_sizeMethod · 0.45
append_fileMethod · 0.45
writeMethod · 0.45
send_cmdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected