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

Method open_config

deeplabcut/gui/components.py:608–610  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

606 self.clicked.connect(self.open_config)
607
608 def open_config(self):
609 editor = ConfigEditor(self.filepath)
610 editor.show()
611
612
613class BrowseFilesButton(QtWidgets.QPushButton):

Callers

nothing calls this directly

Calls 2

ConfigEditorClass · 0.90
showMethod · 0.80

Tested by

no test coverage detected