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

Method remove_items

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

Source from the content-addressed store, hash-verified

341 parent.removeChild(item)
342
343 def remove_items(self):
344 for item in self.tree.selectedItems():
345 self.remove(item)
346
347 @staticmethod
348 def cast_to_right_type(val):

Callers

nothing calls this directly

Calls 1

removeMethod · 0.95

Tested by

no test coverage detected