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

Method _handle_io

awscli/s3transfer/download.py:723–724  ·  view source on GitHub ↗
(self, download_output_manager, fileobj, chunk, index)

Source from the content-addressed store, hash-verified

721 raise RetriesExceededError(last_exception)
722
723 def _handle_io(self, download_output_manager, fileobj, chunk, index):
724 download_output_manager.queue_file_io_task(fileobj, chunk, index)
725
726 def _validate_content_range(self, requested_range, content_range):
727 if not requested_range or not content_range:

Callers 1

_mainMethod · 0.95

Calls 1

queue_file_io_taskMethod · 0.45

Tested by

no test coverage detected