Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-python/gopy
/ CallBack
Method
CallBack
_examples/funcs/funcs.go:18–20 ·
view source on GitHub ↗
(i int, fun func(fs *FunStruct, i int, s string))
Source
from the content-addressed store, hash-verified
16
}
17
18
func
(fs *FunStruct) CallBack(i int, fun
func
(fs *FunStruct, i int, s string)) {
19
fun(fs, i, fs.FieldS)
20
}
21
22
type
RecvFunc
func
(fs *FunStruct, i int, v
interface
{})
23
Callers
2
CallSelf
Method · 0.80
test.py
File · 0.80
Calls
no outgoing calls
Tested by
1
CallSelf
Method · 0.64