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

Method __init__

awscli/formatter.py:33–34  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

31
32class Formatter:
33 def __init__(self, args):
34 self._args = args
35
36 def _get_transformed_response_for_output(self, response):
37 # Performs various transformations to the API response ready to

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected