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

Method create_command_table

tests/unit/test_alias.py:459–463  ·  view source on GitHub ↗
(self, services)

Source from the content-addressed store, hash-verified

457 self.session = mock.Mock(spec=Session)
458
459 def create_command_table(self, services):
460 command_table = {}
461 for service in services:
462 command_table[service] = mock.Mock(spec=CLICommand)
463 return command_table
464
465 def create_parser(self, command_table, extra_params=None):
466 parser = MainArgParser(

Calls

no outgoing calls

Tested by

no test coverage detected