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

Method genMethod

bind/gen_func.go:204–208  ·  view source on GitHub ↗
(s *symbol, o *Func)

Source from the content-addressed store, hash-verified

202}
203
204func (g *pyGen) genMethod(s *symbol, o *Func) {
205 if g.genFuncSig(s, o) {
206 g.genFuncBody(s, o)
207 }
208}
209
210func isIfaceHandle(gdoc string) (bool, string) {
211 const PythonIface = "gopy:interface=handle"

Callers 4

genMapMethodsMethod · 0.95
genSliceMethodsMethod · 0.95
genStructMethodsMethod · 0.95
genIfaceMethodsMethod · 0.95

Calls 2

genFuncSigMethod · 0.95
genFuncBodyMethod · 0.95

Tested by

no test coverage detected