MCPcopy 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

ProjectCreatorClass · 0.90
showMethod · 0.80

Tested by

no test coverage detected