Searched refs:runPython (Results 1 – 2 of 2) sorted by relevance
26 let result = pyodide.runPython(`
24 runPython: (code: string) => string715 runPython(code: string, isJSON = false): string | Object { method in Configurator716 let result = window.pyodide.runPython(code);
Completed in 6 milliseconds