MCPcopy 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
292func (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

genStructMethod · 0.95

Calls 1

genMethodMethod · 0.95

Tested by

no test coverage detected