MCPcopy 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
354func (g *pyGen) genIfaceMethods(ifc *Interface) {
355 for _, m := range ifc.meths {
356 g.genMethod(ifc.sym, m)
357 }
358}

Callers 1

genInterfaceMethod · 0.95

Calls 1

genMethodMethod · 0.95

Tested by

no test coverage detected