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

Method get_vars_and_state

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

Source from the content-addressed store, hash-verified

954 return None
955
956 def get_vars_and_state(self):
957 d = self.get_vars().copy()
958 d.update(self.get_state())
959 return d
960
961
962def get_release_version():

Callers 7

get_titleMethod · 0.95
display_and_confirmMethod · 0.95
get_descriptionMethod · 0.95
get_post_descriptionMethod · 0.95
get_asciidocMethod · 0.95
jinjaifyMethod · 0.80
jinjaifyMethod · 0.80

Calls 4

get_varsMethod · 0.95
get_stateMethod · 0.95
copyMethod · 0.65
updateMethod · 0.65

Tested by

no test coverage detected