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

Method _create_operation_parser

awscli/clidriver.py:1046–1048  ·  view source on GitHub ↗
(self, arg_table, subcommand_table)

Source from the content-addressed store, hash-verified

1044 return self._session.emit_first_non_none_response(name, **kwargs)
1045
1046 def _create_operation_parser(self, arg_table, subcommand_table):
1047 parser = ArgTableArgParser(arg_table, subcommand_table)
1048 return parser
1049
1050 def _add_customization_to_user_agent(self):
1051 add_command_lineage_to_user_agent_extra(

Callers 1

__call__Method · 0.95

Calls 1

ArgTableArgParserClass · 0.90

Tested by

no test coverage detected