Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepLabCut/DeepLabCut
/ clear
Method
clear
deeplabcut/gui/widgets.py:98–99 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
96
self.model.appendRow(item)
97
98
def
clear(self):
99
self.model.removeRows(0, self.model.rowCount())
100
101
def
dragEnterEvent(self, event):
102
if
event.mimeData().hasUrls():
Callers
15
_async_inference
Method · 0.45
_video_inference_fmpose3d
Function · 0.45
_abort_all
Method · 0.45
__init__
Method · 0.45
pause
Method · 0.45
clear_video_files
Method · 0.45
create_toolbar
Method · 0.45
set_combo_items
Function · 0.45
refresh
Method · 0.45
GetPoseF
Function · 0.45
GetPoseF_GTF
Function · 0.45
GetPoseandCostsF_from_assemblies
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_clear_resets_indices_segments_and_linecollection
Function · 0.36
test_clear_resets_records_and_drop_count
Function · 0.36