MCPcopy Create free account
hub / github.com/CSAILVision/gandissect / constructor

Method constructor

client/ts/vis/PaintSelectView.ts:25–31  ·  view source on GitHub ↗
(_parent: D3Sel, _eventHandler: SimpleEventHandler)

Source from the content-addressed store, hash-verified

23 }
24
25 constructor(_parent: D3Sel, _eventHandler: SimpleEventHandler) {
26 super(_parent, _eventHandler);
27 this.superInitHTML();
28 // TODO:hack
29 // this.base.attr('class', '');
30 this._init();
31 }
32
33 protected _init() {
34 this.psw = new PaintSelectWidget(this.base.node(), {

Callers

nothing calls this directly

Calls 2

_initMethod · 0.95
superInitHTMLMethod · 0.45

Tested by

no test coverage detected