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

Method __init__

awscli/customizations/cloudfront.py:91–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89
90class PathsArgument(CustomArgument):
91 def __init__(self):
92 doc = (
93 'The space-separated paths to be invalidated.'
94 ' Note: --invalidation-batch and --paths are mutually exclusive.'
95 )
96 super(PathsArgument, self).__init__('paths', nargs='+', help_text=doc)
97
98 def add_to_params(self, parameters, value):
99 if value is not None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected