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

Method _load_parameters

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

Source from the content-addressed store, hash-verified

148 }
149
150 def _load_parameters(self, arg_value):
151 yaml = YAML(typ='safe', pure=True)
152
153 try:
154 return yaml.load(arg_value)
155 except YAMLError:
156 raise ParamError(self.name, "Invalid YAML received.")

Callers

nothing calls this directly

Calls 2

ParamErrorClass · 0.90
loadMethod · 0.45

Tested by

no test coverage detected