Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ __exit__
Method
__exit__
awscli/s3transfer/utils.py:586–587 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
584
return
self
585
586
def
__exit__(self, *args, **kwargs):
587
self.close()
588
589
def
__iter__(self):
590
# This is a workaround for http://bugs.python.org/issue17575
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected