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

Method default_set

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

Source from the content-addressed store, hash-verified

593 self.check_for_updates(silent=True, delay_ms=2000)
594
595 def default_set(self):
596 self.name_default = ""
597 self.proj_default = ""
598 self.exp_default = ""
599 self.loc_default = str(Path.home())
600
601 def create_actions(self, names):
602 # Creating action using the first constructor

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected