A simple function.
(x, y=2, *a, **kw)
| 219 | nt.assert_less(fib_tracker[0], 9000) |
| 220 | |
| 221 | def support_function_one(x, y=2, *a, **kw): |
| 222 | """A simple function.""" |
| 223 | |
| 224 | def test_calldef_none(): |
| 225 | # We should ignore __call__ for all of these. |
nothing calls this directly
no outgoing calls
no test coverage detected