MCPcopy Index your code
hub / github.com/bqplot/bqplot / reset

Method reset

js/src/LassoSelector.ts:171–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 }
170
171 reset() {
172 this.lasso_counter = 0;
173 this.all_vertices = {};
174 this.d3el.selectAll('path').remove();
175 this.update_mark_selected();
176 }
177
178 // TODO: this is here to provide an implementation of an abstract method
179 // from the base class.

Callers

nothing calls this directly

Calls 2

update_mark_selectedMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected