Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
242
export
function
getPyodide(): PyodideInterface | null {
243
return
pyodideInstance;
244
}
245
246
/**
247
* Check
if
Pyodide is initialized
Callers
5
executePythonCode
Function · 0.90
getPythonVariables
Function · 0.90
clearPythonNamespace
Function · 0.90
validatePythonSyntax
Function · 0.90
pythonStore.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected