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

Method _main

awscli/s3transfer/download.py:798–800  ·  view source on GitHub ↗
(self, fileobj, final_filename, osutil)

Source from the content-addressed store, hash-verified

796 """
797
798 def _main(self, fileobj, final_filename, osutil):
799 fileobj.close()
800 osutil.rename_file(fileobj.name, final_filename)
801
802
803class IOCloseTask(Task):

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
rename_fileMethod · 0.45

Tested by

no test coverage detected