Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-python/gopy
/ genIfaceMethods
Method
genIfaceMethods
bind/gen_struct.go:354–358 ·
view source on GitHub ↗
(ifc *Interface)
Source
from the content-addressed store, hash-verified
352
}
353
354
func
(g *pyGen) genIfaceMethods(ifc *Interface) {
355
for
_, m :=
range
ifc.meths {
356
g.genMethod(ifc.sym, m)
357
}
358
}
Callers
1
genInterface
Method · 0.95
Calls
1
genMethod
Method · 0.95
Tested by
no test coverage detected