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

Function onAfterRunAsync

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

Source from the content-addressed store, hash-verified

269 bootstrapNodeAndPlugins(main, wrap, element, "onAfterRun");
270 },
271 onAfterRunAsync(wrap, element) {
272 return bootstrapNodeAndPlugins(
273 main,
274 wrap,
275 element,
276 "onAfterRunAsync",
277 );
278 },
279 },
280 worker: {
281 ...codeFor(worker, TYPE),

Callers

nothing calls this directly

Calls 1

createFunctionFunction · 0.90

Tested by

no test coverage detected