Home | History | Annotate | Download | only in idlelib

Lines Matching refs:linecache

16 import linecache
75 line = linecache.getline(filename, lineno)
84 orig_checkcache=linecache.checkcache):
85 """Extend linecache.checkcache to preserve the <pyshell#...> entries
87 Rather than repeating the linecache code, patch it to save the
88 <pyshell#...> entries, call the original linecache.checkcache()
94 cache = linecache.cache
102 # Patch linecache.checkcache():
103 linecache.checkcache = extended_linecache_checkcache
441 self.rpcclt.register("linecache", linecache)
664 linecache.cache[filename] = len(source)+1, 0, lines, filename
731 c = linecache.cache