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

Class CustomExitItem

dev-tools/scripts/releaseWizard.py:1310–1315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308
1309
1310class CustomExitItem(ExitItem):
1311 def show(self, index):
1312 return super(CustomExitItem, self).show(index)
1313
1314 def get_return(self):
1315 return ""
1316
1317
1318def main():

Callers 2

get_submenuMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…