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

Method done

awscli/s3transfer/futures.py:541–542  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

539 self._future.add_done_callback(done_callback)
540
541 def done(self):
542 return self._future.done()
543
544
545class BaseExecutor:

Callers 1

test_doneMethod · 0.95

Calls 1

doneMethod · 0.45

Tested by 1

test_doneMethod · 0.76