Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pyscript/pyscript
/ invoke
Function
invoke
core/src/plugins/donkey.js:6–6 ·
view source on GitHub ↗
(name, args)
Source
from the content-addressed store, hash-verified
4
const
{ stringify } = JSON;
5
6
const
invoke = (name, args) => `${name}(code, ${args.join(
", "
)})`;
7
8
const
donkey = ({
9
type
=
"py"
,
Callers
1
donkey
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected