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

Function pySrc

core/src/plugins/py-editor.js:334–336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332 env,
333 config: hasConfig && script.getAttribute("config"),
334 get pySrc() {
335 return isSetup ? source : editor.state.doc.toString();
336 },
337 get outDiv() {
338 return isSetup ? null : outDiv;
339 },

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected