()
| 587 | |
| 588 | |
| 589 | def test_builtin_init(): |
| 590 | info = inspector.info(list) |
| 591 | init_def = info["init_definition"] |
| 592 | assert init_def is not None |
| 593 | |
| 594 | |
| 595 | def test_render_signature_short(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…