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

Method from_yaml

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

Source from the content-addressed store, hash-verified

1611
1612 @classmethod
1613 def from_yaml(cls, loader, node):
1614 fields = loader.construct_mapping(node, deep = True)
1615 return Commands(**fields)
1616
1617 def run(self): # pylint: disable=inconsistent-return-statements # TODO
1618 root = self.get_root_folder()

Callers

nothing calls this directly

Calls 1

CommandsClass · 0.70

Tested by

no test coverage detected