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

Method __init__

awscli/botocore/credentials.py:319–321  ·  view source on GitHub ↗
(self, refresh)

Source from the content-addressed store, hash-verified

317def create_mfa_serial_refresher(actual_refresh):
318 class _Refresher:
319 def __init__(self, refresh):
320 self._refresh = refresh
321 self._has_been_called = False
322
323 def __call__(self):
324 if self._has_been_called:

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected