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

Method empty_selection

js/src/BrushSelector.ts:407–411  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

405 }
406
407 empty_selection() {
408 this.update_mark_selected();
409 this.model.set('selected', null);
410 this.touch();
411 }
412
413 convert_and_save() {
414 const e = d3GetEvent();

Callers 1

convert_and_saveMethod · 0.95

Calls 1

update_mark_selectedMethod · 0.45

Tested by

no test coverage detected