Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pyscript/pyscript
/ offline_interpreter
Function
offline_interpreter
core/src/core.js:106–107 ·
view source on GitHub ↗
(config)
Source
from the content-addressed store, hash-verified
104
};
105
106
export
const
offline_interpreter = (config) =>
107
config?.interpreter && relative_url(config.interpreter);
108
109
const
hooked =
new
Map();
110
Callers
2
execute
Function · 0.90
core.js
File · 0.85
Calls
1
relative_url
Function · 0.90
Tested by
no test coverage detected