MCPcopy 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_inferenceMethod · 0.45
_abort_allMethod · 0.45
__init__Method · 0.45
pauseMethod · 0.45
clear_video_filesMethod · 0.45
create_toolbarMethod · 0.45
set_combo_itemsFunction · 0.45
refreshMethod · 0.45
GetPoseFFunction · 0.45
GetPoseF_GTFFunction · 0.45

Calls

no outgoing calls