MCPcopy Index your code
hub / github.com/pyscript/pyscript / notOnDOM

Function notOnDOM

core/src/plugins/error.js:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5let dontBotherDOM = false;
6export function notOnDOM() {
7 dontBotherDOM = true;
8}
9
10hooks.main.onReady.add(function override(pyScript) {
11 // be sure this override happens only once

Callers 1

config.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected