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

Method create_item

deeplabcut/gui/widgets.py:273–275  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

271 self.addAction(fix_path)
272
273 def create_item(self):
274 creator = ItemCreator(self)
275 creator.created.connect(self.parent.insert)
276
277 def fix_path(self):
278 self.current_item.setText(1, os.path.split(self.parent.filename)[0])

Callers

nothing calls this directly

Calls 2

ItemCreatorClass · 0.85
connectMethod · 0.80

Tested by

no test coverage detected