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

Method get_menu_item

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

Source from the content-addressed store, hash-verified

916 print("ERROR while executing todo %s (%s)" % (self.get_title(), e))
917
918 def get_menu_item(self):
919 return FunctionItem(self.get_title, self.display_and_confirm)
920
921 def clone(self):
922 clone = Todo(self.id, self.title, description=self.description)

Callers 2

get_submenuMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected