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

Method Struct

bind/types.go:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122func (s *Struct) Struct() *types.Struct {
123 return s.sym.GoType().Underlying().(*types.Struct)
124}
125
126// FirstEmbed returns the first field if it is embedded,
127// supporting convention of placing embedded "parent" types first

Callers 5

FirstEmbedMethod · 0.95
genStructInitMethod · 0.80
genStructMembersMethod · 0.80
genStructMemberGetterMethod · 0.80
genStructMemberSetterMethod · 0.80

Calls 1

GoTypeMethod · 0.65

Tested by

no test coverage detected