Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-python/gopy
/ genFunc
Method
genFunc
bind/gen_func.go:198–202 ·
view source on GitHub ↗
(o *Func)
Source
from the content-addressed store, hash-verified
196
}
197
198
func
(g *pyGen) genFunc(o *Func) {
199
if
g.genFuncSig(nil, o) {
200
g.genFuncBody(nil, o)
201
}
202
}
203
204
func
(g *pyGen) genMethod(s *symbol, o *Func) {
205
if
g.genFuncSig(s, o) {
Callers
1
genAll
Method · 0.95
Calls
2
genFuncSig
Method · 0.95
genFuncBody
Method · 0.95
Tested by
no test coverage detected