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

Function onAfterRun

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

Source from the content-addressed store, hash-verified

266 );
267 },
268 onAfterRun(wrap, element) {
269 bootstrapNodeAndPlugins(main, wrap, element, "onAfterRun");
270 },
271 onAfterRunAsync(wrap, element) {
272 return bootstrapNodeAndPlugins(
273 main,

Callers

nothing calls this directly

Calls 1

createFunctionFunction · 0.90

Tested by

no test coverage detected