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

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