Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-python/gopy
/ genStructMethods
Method
genStructMethods
bind/gen_struct.go:292–296 ·
view source on GitHub ↗
(s *Struct)
Source
from the content-addressed store, hash-verified
290
}
291
292
func
(g *pyGen) genStructMethods(s *Struct) {
293
for
_, m :=
range
s.meths {
294
g.genMethod(s.sym, m)
295
}
296
}
297
298
//////////////////////////////////////////////////////////////////////////
299
// Interface
Callers
1
genStruct
Method · 0.95
Calls
1
genMethod
Method · 0.95
Tested by
no test coverage detected