MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / load_config

Method load_config

deeplabcut/gui/window.py:780–783  ·  view source on GitHub ↗
(self, config)

Source from the content-addressed store, hash-verified

778 self.setCentralWidget(self.tab_widget)
779
780 def load_config(self, config):
781 self.config = config
782 self.config_loaded.emit()
783 print(f'Project "{self.cfg["Task"]}" successfully loaded.')
784
785 def darkmode(self):
786 dark_stylesheet = qdarkstyle.load_stylesheet_pyside2()

Callers

nothing calls this directly

Calls 1

emitMethod · 0.80

Tested by

no test coverage detected