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

Method superInitHTML

client_dist/ganclient.js:1384–1388  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

1382 //
1383 // }
1384 superInitHTML(options = {}) {
1385 Object.keys(options).forEach(key => this.options[key] = options[key]);
1386 this.base = this.parent.append('div')
1387 .classed(this.css_name, true);
1388 }
1389 /**
1390 * Has to be called as last call in subclass constructor.
1391 * @param {{}} options

Callers 1

constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected