()
| 264 | |
| 265 | |
| 266 | def test_definition_kwonlyargs(): |
| 267 | i = inspector.info(f_kwarg, oname="f_kwarg") # analysis:ignore |
| 268 | assert i["definition"] == "f_kwarg(pos, *, kwonly)" |
| 269 | |
| 270 | |
| 271 | def test_getdoc(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…