------------------------------------------------------------------------------------------
| 8 | // ------------------------------------------------------------------------------------------ |
| 9 | |
| 10 | type FooModule struct { |
| 11 | } |
| 12 | |
| 13 | func (r *FooModule) Py_bar(args *Tuple) (ret *Base, err error) { |
| 14 | var i int |
nothing calls this directly
no outgoing calls
no test coverage detected