Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
962
def
get_release_version():
Callers
7
get_title
Method · 0.95
display_and_confirm
Method · 0.95
get_description
Method · 0.95
get_post_description
Method · 0.95
get_asciidoc
Method · 0.95
jinjaify
Method · 0.80
jinjaify
Method · 0.80
Calls
4
get_vars
Method · 0.95
get_state
Method · 0.95
copy
Method · 0.65
update
Method · 0.65
Tested by
no test coverage detected