Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-python/gopy
/ T
Struct
T
_examples/iface/iface.go:18–21 ·
view source on GitHub ↗
T implements Iface
Source
from the content-addressed store, hash-verified
16
17
// T implements Iface
18
type
T
struct
{
19
FldI int
20
FldS string
21
}
22
23
func
(t *T) F() {
24
cpkg.Printf(
"t.F [CALLED]\n"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected