MCPcopy Create free account
hub / github.com/aws/aws-cli / set_exception

Method set_exception

awscli/s3transfer/crt.py:659–662  ·  view source on GitHub ↗
(self, exception, override=False)

Source from the content-addressed store, hash-verified

657 self._done_event.wait(timeout)
658
659 def set_exception(self, exception, override=False):
660 with self._lock:
661 if not self.done() or override:
662 self._exception = exception
663
664 def cancel(self):
665 if self._s3_request:

Callers 1

_submit_transferMethod · 0.95

Calls 1

doneMethod · 0.95

Tested by

no test coverage detected