()
| 707 | """Used by IPDoctestTextfile and IPDoctestItem to setup fixture information.""" |
| 708 | |
| 709 | def func() -> None: |
| 710 | pass |
| 711 | |
| 712 | doctest_item.funcargs = {} # type: ignore[attr-defined] |
| 713 | fm = doctest_item.session._fixturemanager |
no outgoing calls
no test coverage detected
searching dependent graphs…