MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / execDone

Function execDone

static/js/learnpython.js:186–190  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

184}
185
186function execDone(data) {
187 if (data["output"] === "text" || data["output"] === "exception") {
188 print(data["text"]);
189 }
190}
191
192function handleError(data) {
193 if (data.status === 0) {

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected