Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
451
func
(f *Func) Signature() *Signature {
452
return
f.sig
453
}
454
455
func
(f *Func) Return() types.Type {
456
return
f.ret
Callers
1
genFuncBody
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected