MCPcopy 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
351func (sig *Signature) Params() []*Var {
352 return sig.args
353}
354
355func (sig *Signature) Recv() *Var {
356 return sig.recv

Callers 9

getDocMethod · 0.80
isPyCompatFuncFunction · 0.80
addSymbolMethod · 0.80
addSignatureTypeMethod · 0.80
addMethodMethod · 0.80
isStringerFunction · 0.80
newSignatureFromFunction · 0.80
genFuncSigMethod · 0.80
genFuncBodyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected