MCPcopy Create free account
hub / github.com/go-python/gopy / String

Method String

_examples/hi/hi.go:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93func (p Person) String() string {
94 return fmt.Sprintf("hi.Person{Name=%q, Age=%d}", p.Name, p.Age)
95}
96
97// Greet sends greetings
98func (p *Person) Greet() string {

Callers 1

test.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected