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

Method Signature

bind/types.go:451–453  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

449}
450
451func (f *Func) Signature() *Signature {
452 return f.sig
453}
454
455func (f *Func) Return() types.Type {
456 return f.ret

Callers 1

genFuncBodyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected