Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ablab/spades
/ construct_yaml_str
Method
construct_yaml_str
ext/src/python_libs/pyyaml3/constructor.py:387–388 ·
view source on GitHub ↗
(self, node)
Source
from the content-addressed store, hash-verified
385
data.update(value)
386
387
def
construct_yaml_str(self, node):
388
return
self.construct_scalar(node)
389
390
def
construct_yaml_seq(self, node):
391
data = []
Callers
nothing calls this directly
Calls
1
construct_scalar
Method · 0.95
Tested by
no test coverage detected