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

Function onBeforeRunAsync

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

Source from the content-addressed store, hash-verified

257 bootstrapNodeAndPlugins(main, wrap, element, "onBeforeRun");
258 },
259 onBeforeRunAsync(wrap, element) {
260 currentElement = element;
261 return bootstrapNodeAndPlugins(
262 main,
263 wrap,
264 element,
265 "onBeforeRunAsync",
266 );
267 },
268 onAfterRun(wrap, element) {
269 bootstrapNodeAndPlugins(main, wrap, element, "onAfterRun");
270 },

Callers

nothing calls this directly

Calls 1

createFunctionFunction · 0.90

Tested by

no test coverage detected