()
| 569 | """Used by DoctestTextfile and DoctestItem to setup fixture information.""" |
| 570 | |
| 571 | def func() -> None: |
| 572 | pass |
| 573 | |
| 574 | doctest_item.funcargs = {} # type: ignore[attr-defined] |
| 575 | fm = doctest_item.session._fixturemanager |
no outgoing calls
no test coverage detected