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

Method remove_action

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

Source from the content-addressed store, hash-verified

727 self.toolbar.addWidget(change_engine_widget)
728
729 def remove_action(self):
730 self.toolbar.removeAction(self.newAction)
731 self.toolbar.removeAction(self.openAction)
732 self.toolbar.removeAction(self.helpAction)
733
734 def _update_project_state(self, config, loaded):
735 self.config = config

Callers 2

darkmodeMethod · 0.95
lightmodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected