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

Method arg_table

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

Source from the content-addressed store, hash-verified

445
446 @property
447 def arg_table(self):
448 return self._get_argument_table()
449
450 @property
451 def error_handler(self):

Callers

nothing calls this directly

Calls 1

_get_argument_tableMethod · 0.95

Tested by

no test coverage detected