Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-python/gopy
/ Number
Method
Number
_examples/variadic/variadic.go:48–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
// ///////////// Variadic Over Interface //////////////
47
type
IntInterFace
interface
{
48
Number() int
49
}
50
51
func
(is *IntStrUct) Number() int {
Callers
1
VariInterFaceFunc
Function · 0.65
Implementers
1
IntStrUct
_examples/variadic/variadic.go
Calls
no outgoing calls
Tested by
no test coverage detected