MCPcopy Create free account
hub / github.com/go-python/gopy / genFunc

Method genFunc

bind/gen_func.go:198–202  ·  view source on GitHub ↗
(o *Func)

Source from the content-addressed store, hash-verified

196}
197
198func (g *pyGen) genFunc(o *Func) {
199 if g.genFuncSig(nil, o) {
200 g.genFuncBody(nil, o)
201 }
202}
203
204func (g *pyGen) genMethod(s *symbol, o *Func) {
205 if g.genFuncSig(s, o) {

Callers 1

genAllMethod · 0.95

Calls 2

genFuncSigMethod · 0.95
genFuncBodyMethod · 0.95

Tested by

no test coverage detected