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

Method _get_command_table

awscli/clidriver.py:721–724  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

719 return {}
720
721 def _get_command_table(self):
722 if self._command_table is None:
723 self._command_table = self._create_command_table()
724 return self._command_table
725
726 def _get_service_model(self):
727 if self._service_model is None:

Callers 4

subcommand_tableMethod · 0.95
__call__Method · 0.95
create_help_commandMethod · 0.95
create_parserMethod · 0.95

Calls 1

_create_command_tableMethod · 0.95

Tested by

no test coverage detected