Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ _load_yaml
Method
_load_yaml
awscli/customizations/wizard/loader.py:97–99 ·
view source on GitHub ↗
(self, contents)
Source
from the content-addressed store, hash-verified
95
)
96
97
def
_load_yaml(self, contents):
98
data = self._yaml.load(contents)
99
return
data
100
101
def
wizard_exists(self, command_name, wizard_name):
102
filename = os.path.join(
Callers
1
load_wizard
Method · 0.95
Calls
1
load
Method · 0.45
Tested by
no test coverage detected