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

Method save_settings

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

Source from the content-addressed store, hash-verified

165 self.add_recent_filename(filename)
166
167 def save_settings(self):
168 recent_files = []
169 for action in self.recentfiles_menu.actions()[::-1]:
170 recent_files.append(action.text())
171 self.settings.setValue("recent_files", recent_files)
172
173 def add_recent_filename(self, filename):
174 actions = self.recentfiles_menu.actions()

Callers 1

closeEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected