Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conda/constructor
/ yaml_to_string
Function
yaml_to_string
constructor/utils.py:59–62 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
57
58
59
def
yaml_to_string(data):
60
blob = StringIO()
61
yaml.dump(data, blob)
62
return
blob.getvalue()
63
64
65
def
fill_template(data, d, exceptions=[]):
Callers
1
get_condarc_content
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected