Home
last modified time | relevance | path

Searched refs:checkcache (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_linecache.py171 linecache.checkcache('dummy')
178 linecache.checkcache(source_name)
211 linecache.checkcache()
266 linecache.checkcache(self.deleted_file)
272 linecache.checkcache(self.modified_file)
278 linecache.checkcache()
H A Dtest_bdb.py542 linecache.checkcache(fname)
/third_party/python/Lib/asyncio/
H A Dbase_tasks.py77 linecache.checkcache(filename)
/third_party/python/Lib/
H A Dlinecache.py13 __all__ = ["getline", "clearcache", "checkcache", "lazycache"]
52 def checkcache(filename=None): function
H A Dbdb.py59 linecache.checkcache()
H A Dtraceback.py423 # Must defer line lookups until we have called checkcache.
432 linecache.checkcache(filename)
H A Dinspect.py1066 linecache.checkcache(file)
/third_party/python/Lib/idlelib/
H A Drun.py237 linecache.checkcache()
H A Dpyshell.py108 orig_checkcache=linecache.checkcache):
109 """Extend linecache.checkcache to preserve the <pyshell#...> entries
112 <pyshell#...> entries, call the original linecache.checkcache()
126 # Patch linecache.checkcache():
127 linecache.checkcache = extended_linecache_checkcache

Completed in 12 milliseconds