Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ close
Method
close
awscli/s3transfer/utils.py:395–397 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
393
return
self._fileobj.tell()
394
395
def
close(self):
396
if
self._fileobj:
397
self._fileobj.close()
398
399
def
__enter__(self):
400
self._open_if_needed()
Callers
1
__exit__
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected