mirror of https://github.com/go-python/gopy.git
bind: document Signature
This commit is contained in:
parent
1ca803e2e5
commit
85a8808e45
|
@ -293,7 +293,7 @@ func (s Struct) Struct() *types.Struct {
|
|||
return s.obj.Type().Underlying().(*types.Struct)
|
||||
}
|
||||
|
||||
// Signature
|
||||
// A Signature represents a (non-builtin) function or method type.
|
||||
type Signature struct {
|
||||
ret []*Var
|
||||
args []*Var
|
||||
|
|
Loading…
Reference in New Issue