MCPcopy Index your code
hub / github.com/go-python/gopy / GoType

Method GoType

bind/types.go:185–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183}
184
185func (it *Interface) GoType() types.Type {
186 return it.sym.GoType()
187}
188
189func (it *Interface) GoName() string {
190 return it.sym.goname

Callers

nothing calls this directly

Calls 1

GoTypeMethod · 0.65

Tested by

no test coverage detected