MCPcopy Create free account
hub / github.com/ipython/ipython / doctest_refs

Function doctest_refs

IPython/testing/plugin/test_refs.py:41–46  ·  view source on GitHub ↗

DocTest reference holding issues when running scripts. In [32]: run show_refs.py c referrers: [<... 'dict'>]

()

Source from the content-addressed store, hash-verified

39 """
40
41def doctest_refs():
42 """DocTest reference holding issues when running scripts.
43
44 In [32]: run show_refs.py
45 c referrers: [<... 'dict'>]
46 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected