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

Function create_parser

awscli/botocore/parsers.py:168–169  ·  view source on GitHub ↗
(protocol)

Source from the content-addressed store, hash-verified

166
167
168def create_parser(protocol):
169 return ResponseParserFactory().create_parser(protocol)
170
171
172def _text_content(func):

Callers

nothing calls this directly

Calls 2

create_parserMethod · 0.45

Tested by

no test coverage detected