Home
last modified time | relevance | path

Searched refs:updatecache (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Dlinecache.py46 return updatecache(filename, module_globals)
80 def updatecache(filename, module_globals=None): function
/third_party/python/Lib/test/
H A Dtest_traceback.py2253 linecache.updatecache('/foo.py', globals())
2266 linecache.updatecache('/foo.py', globals())
2292 linecache.updatecache('/foo.py', globals())
2299 linecache.updatecache('/foo.py', globals())
2623 linecache.updatecache('/foo.py', globals())
2627 linecache.updatecache('/foo.py', globals())
2638 linecache.updatecache('/foo.py', globals())
H A Dtest_linecache.py206 self.assertEqual(lines, linecache.updatecache(NONEXISTENT_FILENAME))
231 with support.swap_attr(linecache, 'updatecache', raise_memoryerror):
236 with support.swap_attr(linecache, 'updatecache', raise_memoryerror):

Completed in 5 milliseconds