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

Method _load_parameters

awscli/customizations/cliinput.py:129–133  ·  view source on GitHub ↗
(self, arg_value)

Source from the content-addressed store, hash-verified

127 }
128
129 def _load_parameters(self, arg_value):
130 try:
131 return json.loads(arg_value)
132 except ValueError:
133 raise ParamError(self.name, "Invalid JSON received.")
134
135
136class CliInputYAMLArgument(CliInputArgument):

Callers

nothing calls this directly

Calls 1

ParamErrorClass · 0.90

Tested by

no test coverage detected