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

Method load

awscli/customizations/wizard/devcommands.py:32–35  ·  view source on GitHub ↗
(self, contents)

Source from the content-addressed store, hash-verified

30
31class WizardLoader:
32 def load(self, contents):
33 yaml = YAML(typ="rt")
34 data = yaml.load(contents)
35 return data
36
37
38class WizardDevRunner:

Callers 10

_load_parametersMethod · 0.45
_get_json_contentsMethod · 0.45
_get_itemsMethod · 0.45
ordered_yaml_loadFunction · 0.45
_load_yamlMethod · 0.45
run_wizardMethod · 0.45
_read_mcp_configMethod · 0.45
read_skill_metadataFunction · 0.45
yaml_parseFunction · 0.45
parse_appspecFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected