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

Method num_done

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

Source from the content-addressed store, hash-verified

731 return TodoGroup(**fields)
732
733 def num_done(self):
734 return sum(1 for x in self.todos if x.is_done() > 0)
735
736 def num_applies(self):
737 count = sum(1 for x in self.todos if x.applies(state.release_type))

Callers 2

is_doneMethod · 0.95
get_titleMethod · 0.95

Calls 1

is_doneMethod · 0.45

Tested by

no test coverage detected