Home | History | Annotate | Download | only in test

Lines Matching refs:linecache

6 import linecache
281 linecache.cache[co.co_filename] = (1, None, "None", co.co_filename)
299 '''doctest monkeypatches linecache to enable inspection'''
301 getlines = linecache.getlines
307 linecache.getlines = monkey
313 linecache.getlines = getlines
403 linecache.cache[co.co_filename] = (1, None, lines, co.co_filename)