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

Method GoType

bind/types.go:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (s *Struct) GoType() types.Type {
115 return s.sym.GoType()
116}
117
118func (s *Struct) GoName() string {
119 return s.sym.goname

Callers

nothing calls this directly

Calls 1

GoTypeMethod · 0.65

Tested by

no test coverage detected