MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / clear

Method clear

deeplabcut/utils/skeleton.py:152–156  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

150 return row, col
151
152 def clear(self, *args):
153 self.inds.clear()
154 self.segs.clear()
155 self.lines.set_segments([])
156 self.fig.canvas.draw_idle()
157
158 def read_config(self, config_path):
159 return read_config(config_path)

Callers 1

CreateVideoSlowFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected