MCPcopy Index your code
hub / github.com/go-python/gopy / genSliceMethods

Method genSliceMethods

bind/gen_slice.go:426–430  ·  view source on GitHub ↗
(s *Slice)

Source from the content-addressed store, hash-verified

424}
425
426func (g *pyGen) genSliceMethods(s *Slice) {
427 for _, m := range s.meths {
428 g.genMethod(s.sym, m)
429 }
430}

Callers 1

genSliceMethod · 0.95

Calls 1

genMethodMethod · 0.95

Tested by

no test coverage detected