Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-python/gopy
/ F
Method
F
_examples/iface/iface.go:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
// Iface has a single F() method
13
type
Iface
interface
{
14
F()
15
}
16
17
// T implements Iface
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