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

Method _timestamp

awscli/telemetry.py:277–278  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

275
276 @cached_property
277 def _timestamp(self):
278 return int(time.time())
279
280 def _sweep_cache(self):
281 t = threading.Thread(

Callers

nothing calls this directly

Calls 1

timeMethod · 0.45

Tested by

no test coverage detected