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

Method applies

dev-tools/scripts/releaseWizard.py:849–852  ·  view source on GitHub ↗
(self, type)

Source from the content-addressed store, hash-verified

847 self.state['done'] = is_done
848
849 def applies(self, type):
850 if self.types:
851 return type in self.types
852 return True
853
854 def is_done(self):
855 return 'done' in self.state and self.state['done'] is True

Callers 4

new_rcMethod · 0.80
num_appliesMethod · 0.80
get_submenuMethod · 0.80
generate_asciidocFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected