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

Method _add_lineage

awscli/clidriver.py:764–767  ·  view source on GitHub ↗
(self, command_table)

Source from the content-addressed store, hash-verified

762 return command_table
763
764 def _add_lineage(self, command_table):
765 for command in command_table:
766 command_obj = command_table[command]
767 command_obj.lineage = self.lineage + [command_obj]
768
769 def create_help_command(self):
770 command_table = self._get_command_table()

Callers 1

_create_command_tableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected