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

Method get_description

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

Source from the content-addressed store, hash-verified

769 return self.is_in_rc_loop is True
770
771 def get_description(self):
772 desc = self.description
773 if desc:
774 return expand_jinja(desc)
775 else:
776 return None
777
778 def get_subtitle(self):
779 if self.depends:

Callers 1

get_submenuMethod · 0.95

Calls 1

expand_jinjaFunction · 0.85

Tested by

no test coverage detected