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

Method GoType

bind/types.go:238–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236}
237
238func (it *Slice) GoType() types.Type {
239 return it.sym.GoType()
240}
241
242func (it *Slice) GoName() string {
243 return it.sym.goname

Callers

nothing calls this directly

Calls 1

GoTypeMethod · 0.65

Tested by

no test coverage detected