MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / update_menu_bar

Method update_menu_bar

deeplabcut/gui/window.py:679–681  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

677 help_menu.adjustSize()
678
679 def update_menu_bar(self):
680 self.file_menu.removeAction(self.newAction)
681 self.file_menu.removeAction(self.openAction)
682
683 def create_toolbar(self):
684 self.toolbar.clear()

Callers 2

darkmodeMethod · 0.95
lightmodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected