MCPcopy 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
18func (fs *FunStruct) CallBack(i int, fun func(fs *FunStruct, i int, s string)) {
19 fun(fs, i, fs.FieldS)
20}
21
22type RecvFunc func(fs *FunStruct, i int, v interface{})
23

Callers 2

CallSelfMethod · 0.80
test.pyFile · 0.80

Calls

no outgoing calls

Tested by 1

CallSelfMethod · 0.64