MCPcopy 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
13type Iface interface {
14 F()
15}
16
17// T implements Iface
18type T struct {

Callers 2

test.pyFile · 0.65
CallIfaceFunction · 0.65

Implementers 1

T_examples/iface/iface.go

Calls

no outgoing calls

Tested by

no test coverage detected