MCPcopy Create free account
hub / github.com/aws/aws-cli / subcommand_table

Method subcommand_table

awscli/help.py:496–502  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

494
495 @property
496 def subcommand_table(self):
497 if self._subcommand_table is None:
498 if self._topic_tag_db is None:
499 self._topic_tag_db = TopicTagDB()
500 self._topic_tag_db.load_json_index()
501 self._subcommand_table = self._create_subcommand_table()
502 return self._subcommand_table
503
504 def _create_subcommand_table(self):
505 subcommand_table = {}

Callers

nothing calls this directly

Calls 3

TopicTagDBClass · 0.90
load_json_indexMethod · 0.80

Tested by

no test coverage detected