DocTest reference holding issues when running scripts. In [32]: run show_refs.py c referrers: [<... 'dict'>]
()
| 39 | """ |
| 40 | |
| 41 | def doctest_refs(): |
| 42 | """DocTest reference holding issues when running scripts. |
| 43 | |
| 44 | In [32]: run show_refs.py |
| 45 | c referrers: [<... 'dict'>] |
| 46 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected