Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-python/gopy
/ genMapMethods
Method
genMapMethods
bind/gen_map.go:393–397 ·
view source on GitHub ↗
(s *Map)
Source
from the content-addressed store, hash-verified
391
}
392
393
func
(g *pyGen) genMapMethods(s *Map) {
394
for
_, m :=
range
s.meths {
395
g.genMethod(s.sym, m)
396
}
397
}
Callers
1
genMap
Method · 0.95
Calls
1
genMethod
Method · 0.95
Tested by
no test coverage detected