(pos, *, kwonly)
| 228 | nt.assert_is(i['call_def'], None) |
| 229 | |
| 230 | def f_kwarg(pos, *, kwonly): |
| 231 | pass |
| 232 | |
| 233 | def test_definition_kwonlyargs(): |
| 234 | i = inspector.info(f_kwarg, oname='f_kwarg') # analysis:ignore |
nothing calls this directly
no outgoing calls
no test coverage detected