MCPcopy Create free account
hub / github.com/Datakitpage/Datakit / getPyodide

Function getPyodide

frontend/src/lib/python/init.ts:242–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240 * Get current Pyodide instance
241 */
242export function getPyodide(): PyodideInterface | null {
243 return pyodideInstance;
244}
245
246/**
247 * Check if Pyodide is initialized

Callers 5

executePythonCodeFunction · 0.90
getPythonVariablesFunction · 0.90
clearPythonNamespaceFunction · 0.90
validatePythonSyntaxFunction · 0.90
pythonStore.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected