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

Method _get_alias_items

awscli/alias.py:102–103  ·  view source on GitHub ↗
(self, command=None)

Source from the content-addressed store, hash-verified

100 self._alias_loader = alias_loader
101
102 def _get_alias_items(self, command=None):
103 return self._alias_loader.get_aliases(command=command).items()
104
105 def _is_external_alias(self, alias_value):
106 return alias_value.startswith('!')

Callers 1

inject_aliasesMethod · 0.80

Calls 1

get_aliasesMethod · 0.80

Tested by

no test coverage detected