Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepLabCut/DeepLabCut
/ _create_project
Method
_create_project
deeplabcut/gui/window.py:757–759 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
755
_ = dlg.exec()
756
757
def
_create_project(self):
758
dlg = ProjectCreator(self)
759
dlg.show()
760
761
def
_open_project(self):
762
open_project = OpenProject(self)
Callers
nothing calls this directly
Calls
2
ProjectCreator
Class · 0.90
show
Method · 0.80
Tested by
no test coverage detected