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

Method get_title

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

Source from the content-addressed store, hash-verified

855 return 'done' in self.state and self.state['done'] is True
856
857 def get_title(self):
858 prefix = ""
859 if self.is_done():
860 prefix = "✓ "
861 return expand_jinja("%s%s" % (prefix, self.title), self.get_vars_and_state())
862
863 def display_and_confirm(self):
864 try:

Callers 2

display_and_confirmMethod · 0.95
generate_asciidocFunction · 0.45

Calls 3

is_doneMethod · 0.95
get_vars_and_stateMethod · 0.95
expand_jinjaFunction · 0.85

Tested by

no test coverage detected