##// END OF EJS Templates
Set prompt separators in %doctest_mode to match Python's default.
Set prompt separators in %doctest_mode to match Python's default.

File last commit:

r1403:3926d6d2
r1418:77ce007a
Show More
test_refs.py
11 lines | 234 B | text/x-python | PythonLexer
def test_refs():
"""DocTest reference holding issues when running scripts.
In [32]: run show_refs.py
c referrers: [<type 'dict'>]
In [33]: map(type,gc.get_referrers(c))
Out[33]: [<type 'dict'>]
"""
pass