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

Method __init__

awscli/customizations/login/logout.py:34–40  ·  view source on GitHub ↗
(
        self,
        session,
        cache_dir=get_login_token_cache_directory(),
    )

Source from the content-addressed store, hash-verified

32 ]
33
34 def __init__(
35 self,
36 session,
37 cache_dir=get_login_token_cache_directory(),
38 ):
39 super().__init__(session)
40 self._cache_dir = cache_dir
41
42 def _run_main(self, parsed_args, parsed_globals):
43 if getattr(parsed_args, 'all', False):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected