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

Method sweep

awscli/telemetry.py:193–199  ·  view source on GitHub ↗
(self, timestamp)

Source from the content-addressed store, hash-verified

191 self._connection = connection
192
193 def sweep(self, timestamp):
194 try:
195 self._connection.execute(self._DELETE_RECORDS, (timestamp,))
196 except Exception:
197 # This is just a background cleanup task. No need to
198 # handle it or direct to stderr.
199 return
200
201
202class CLISessionGenerator:

Callers 5

expired_dataFunction · 0.80
test_writeMethod · 0.80
test_sweepMethod · 0.80

Calls 1

executeMethod · 0.45

Tested by 5

expired_dataFunction · 0.64
test_writeMethod · 0.64
test_sweepMethod · 0.64