Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-python/gopy
/ Iface
Interface
Iface
_examples/iface/iface.go:13–15 ·
view source on GitHub ↗
Iface has a single F() method
Source
from the content-addressed store, hash-verified
11
12
// Iface has a single F() method
13
type
Iface
interface
{
14
F()
15
}
16
17
// T implements Iface
18
type
T
struct
{
Callers
2
test.py
File · 0.65
CallIface
Function · 0.65
Implementers
1
T
_examples/iface/iface.go
Calls
no outgoing calls
Tested by
no test coverage detected