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

Function Test

_examples/wrapper/pywrapper/wrapper_code.go:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func Test() string {
18 a := wrapper.PointerTest()
19 fmt.Println("%t", a)
20 return "Hello"
21}
22
23func (a WrapperStruct) Test() string {
24 return fmt.Sprintf("%t", a.data)

Callers

nothing calls this directly

Calls 2

PointerTestFunction · 0.92
PrintlnMethod · 0.80

Tested by

no test coverage detected