MCPcopy
hub / github.com/aws/aws-cli / _get_command_table

Method _get_command_table

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

Source from the content-addressed store, hash-verified

460 return self._cli_data
461
462 def _get_command_table(self):
463 if self._command_table is None:
464 self._command_table = self._build_command_table()
465 return self._command_table
466
467 def _get_argument_table(self):
468 if self._argument_table is None:

Callers 3

subcommand_tableMethod · 0.95
create_help_commandMethod · 0.95
mainMethod · 0.95

Calls 1

_build_command_tableMethod · 0.95

Tested by

no test coverage detected