MCPcopy Index your code
hub / github.com/aws/aws-cli / create_parser

Method create_parser

awscli/botocore/parsers.py:163–165  ·  view source on GitHub ↗
(self, protocol_name)

Source from the content-addressed store, hash-verified

161 self._defaults.update(kwargs)
162
163 def create_parser(self, protocol_name):
164 parser_cls = PROTOCOL_PARSERS[protocol_name]
165 return parser_cls(**self._defaults)
166
167
168def create_parser(protocol):

Callers 4

_do_get_responseMethod · 0.45
get_responseFunction · 0.45
create_parserFunction · 0.45
get_client_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected