Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ _trigger_callbacks
Method
_trigger_callbacks
awscli/s3transfer/upload.py:60–63 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
58
self._trigger_callbacks()
59
60
def
_trigger_callbacks(self):
61
for
callback in self._callbacks:
62
callback(bytes_transferred=self._bytes_seen)
63
self._bytes_seen = 0
64
65
66
class
InterruptReader:
Callers
2
__call__
Method · 0.95
flush
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected