Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
545
class
BaseExecutor:
Callers
1
test_done
Method · 0.95
Calls
1
done
Method · 0.45
Tested by
1
test_done
Method · 0.76