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

Method subcommand_table

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

Source from the content-addressed store, hash-verified

870
871 @property
872 def subcommand_table(self):
873 # There's no subcommands for an operation so we return an
874 # empty dictionary.
875 if self._subcommand_table is None:
876 self._subcommand_table = self._build_subcommand_table()
877 return self._subcommand_table
878
879 @property
880 def arg_table(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected