Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
remove
Method · 0.95
Tested by
no test coverage detected