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

Function get_subtitle

dev-tools/scripts/releaseWizard.py:973–976  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

971
972
973def get_subtitle():
974 applying_groups = list(filter(lambda x: x.num_applies() > 0, state.todo_groups))
975 done_groups = sum(1 for x in applying_groups if x.is_done())
976 return "Please complete the below checklist (Complete: %s/%s)" % (done_groups, len(applying_groups))
977
978
979def get_todo_menuitem_title():

Callers

nothing calls this directly

Calls 2

num_appliesMethod · 0.80
is_doneMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…