Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-python/gopy
/ Params
Method
Params
bind/types.go:351–353 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
349
}
350
351
func
(sig *Signature) Params() []*Var {
352
return
sig.args
353
}
354
355
func
(sig *Signature) Recv() *Var {
356
return
sig.recv
Callers
9
getDoc
Method · 0.80
isPyCompatFunc
Function · 0.80
addSymbol
Method · 0.80
addSignatureType
Method · 0.80
addMethod
Method · 0.80
isStringer
Function · 0.80
newSignatureFrom
Function · 0.80
genFuncSig
Method · 0.80
genFuncBody
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected