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

Method constructor

client/ts/vis/ExampleView.ts:25–29  ·  view source on GitHub ↗
(d3parent: D3Sel, eventHandler?: SimpleEventHandler)

Source from the content-addressed store, hash-verified

23
24
25 constructor(d3parent: D3Sel, eventHandler?: SimpleEventHandler) {
26 super(d3parent, eventHandler);
27 this.superInitHTML();
28 this._init();
29 }
30
31 public static events = {
32 request_examples: "ExampleView_re",

Callers

nothing calls this directly

Calls 2

_initMethod · 0.95
superInitHTMLMethod · 0.45

Tested by

no test coverage detected