MCPcopy 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
393func (g *pyGen) genMapMethods(s *Map) {
394 for _, m := range s.meths {
395 g.genMethod(s.sym, m)
396 }
397}

Callers 1

genMapMethod · 0.95

Calls 1

genMethodMethod · 0.95

Tested by

no test coverage detected