MCPcopy Create free account
hub / github.com/aws/aws-cli / open

Method open

awscli/s3transfer/utils.py:280–281  ·  view source on GitHub ↗
(self, filename, mode)

Source from the content-addressed store, hash-verified

278 )
279
280 def open(self, filename, mode):
281 return open(filename, mode)
282
283 def remove_file(self, filename):
284 """Remove a file, noop if file does not exist."""

Callers 10

allocateMethod · 0.95
_extract_sdistFunction · 0.45
_compress_sdistFunction · 0.45
__setitem__Method · 0.45
_update_netrc_entryMethod · 0.45
_create_netrc_fileMethod · 0.45
loginMethod · 0.45
_follow_redirectFunction · 0.45
_create_configMethod · 0.45
_create_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected