Searched refs:updatecache (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/ |
H A D | linecache.py | 46 return updatecache(filename, module_globals) 80 def updatecache(filename, module_globals=None): function
|
/third_party/python/Lib/test/ |
H A D | test_traceback.py | 2253 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 D | test_linecache.py | 206 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