MCPcopy Create free account
hub / github.com/apache/solr / from_yaml

Method from_yaml

dev-tools/scripts/releaseWizard.py:1932–1934  ·  view source on GitHub ↗
(cls, loader, node)

Source from the content-addressed store, hash-verified

1930
1931 @classmethod
1932 def from_yaml(cls, loader, node):
1933 fields = loader.construct_mapping(node, deep = True)
1934 return UserInput(**fields)
1935
1936 def run(self, dict=None):
1937 correct = False

Callers

nothing calls this directly

Calls 1

UserInputClass · 0.85

Tested by

no test coverage detected