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

Method get_asciidoc

dev-tools/scripts/releaseWizard.py:950–954  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

948 return cmds
949
950 def get_asciidoc(self):
951 if self.asciidoc:
952 return expand_jinja(self.asciidoc, vars=self.get_vars_and_state())
953 else:
954 return None
955
956 def get_vars_and_state(self):
957 d = self.get_vars().copy()

Callers 1

generate_asciidocFunction · 0.80

Calls 2

get_vars_and_stateMethod · 0.95
expand_jinjaFunction · 0.85

Tested by

no test coverage detected