MCPcopy 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 //////////////
47type IntInterFace interface {
48 Number() int
49}
50
51func (is *IntStrUct) Number() int {

Callers 1

VariInterFaceFuncFunction · 0.65

Implementers 1

IntStrUct_examples/variadic/variadic.go

Calls

no outgoing calls

Tested by

no test coverage detected