Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
allocate
Method · 0.95
_extract_sdist
Function · 0.45
_compress_sdist
Function · 0.45
__setitem__
Method · 0.45
_update_netrc_entry
Method · 0.45
_create_netrc_file
Method · 0.45
login
Method · 0.45
_follow_redirect
Function · 0.45
_create_config
Method · 0.45
_create_file
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected