Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
31
class
WizardLoader:
32
def
load(self, contents):
33
yaml = YAML(typ=
"rt"
)
34
data = yaml.load(contents)
35
return
data
36
37
38
class
WizardDevRunner:
Callers
10
_load_parameters
Method · 0.45
_get_json_contents
Method · 0.45
_get_items
Method · 0.45
ordered_yaml_load
Function · 0.45
_load_yaml
Method · 0.45
run_wizard
Method · 0.45
_read_mcp_config
Method · 0.45
read_skill_metadata
Function · 0.45
yaml_parse
Function · 0.45
parse_appspec
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected