Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
5
let
dontBotherDOM = false;
6
export
function
notOnDOM() {
7
dontBotherDOM = true;
8
}
9
10
hooks.main.onReady.add(
function
override(pyScript) {
11
// be sure this override happens only once
Callers
1
config.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected