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

Function onBeforeRun

core/src/core.js:255–258  ·  view source on GitHub ↗
(wrap, element)

Source from the content-addressed store, hash-verified

253 callback(_, xworker);
254 },
255 onBeforeRun(wrap, element) {
256 currentElement = element;
257 bootstrapNodeAndPlugins(main, wrap, element, "onBeforeRun");
258 },
259 onBeforeRunAsync(wrap, element) {
260 currentElement = element;
261 return bootstrapNodeAndPlugins(

Callers

nothing calls this directly

Calls 1

createFunctionFunction · 0.90

Tested by

no test coverage detected