Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
39
func
(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
47
var
(
48
F1
func
()
Callers
1
test.py
File · 0.80
Calls
1
Printf
Method · 0.80
Tested by
no test coverage detected