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

Method get_post_description

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

Source from the content-addressed store, hash-verified

938 return None
939
940 def get_post_description(self):
941 if self.post_description:
942 return expand_jinja(self.post_description, vars=self.get_vars_and_state())
943 else:
944 return None
945
946 def get_commands(self):
947 cmds = self.commands

Callers 2

display_and_confirmMethod · 0.95
generate_asciidocFunction · 0.80

Calls 2

get_vars_and_stateMethod · 0.95
expand_jinjaFunction · 0.85

Tested by

no test coverage detected