MCPcopy Index your code
hub / github.com/go-python/gopy / ObjArg

Method ObjArg

_examples/funcs/funcs.go:39–45  ·  view source on GitHub ↗
(ofs *FunStruct)

Source from the content-addressed store, hash-verified

37}
38
39func (fs *FunStruct) ObjArg(ofs *FunStruct) {
40 if ofs == nil {
41 fmt.Printf("got nil\n")
42 } else {
43 fmt.Printf("ofs FieldI: %d FieldS: %s\n", ofs.FieldI, ofs.FieldS)
44 }
45}
46
47var (
48 F1 func()

Callers 1

test.pyFile · 0.80

Calls 1

PrintfMethod · 0.80

Tested by

no test coverage detected