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

Method subcommand_table

awscli/customizations/commands.py:305–308  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

303
304 @property
305 def subcommand_table(self):
306 if self._subcommand_table is None:
307 self._subcommand_table = self._build_subcommand_table()
308 return self._subcommand_table
309
310 @classmethod
311 def add_command(cls, command_table, session, **kwargs):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected