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

Method open

awscli/s3transfer/__init__.py:357–358  ·  view source on GitHub ↗
(self, filename, mode)

Source from the content-addressed store, hash-verified

355 )
356
357 def open(self, filename, mode):
358 return open(filename, mode)
359
360 def remove_file(self, filename):
361 """Remove a file, noop if file does not exist."""

Callers 2

_perform_io_writesMethod · 0.45
_do_get_objectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected