Searched refs:updatecache (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/ |
D | linecache.py | 46 return updatecache(filename, module_globals) 80 def updatecache(filename, module_globals=None): function
|
/third_party/python/Lib/test/ |
D | test_traceback.py | 1092 linecache.updatecache('/foo.py', globals()) 1105 linecache.updatecache('/foo.py', globals()) 1131 linecache.updatecache('/foo.py', globals()) 1138 linecache.updatecache('/foo.py', globals()) 1419 linecache.updatecache('/foo.py', globals()) 1423 linecache.updatecache('/foo.py', globals()) 1434 linecache.updatecache('/foo.py', globals())
|
D | test_linecache.py | 206 self.assertEqual(lines, linecache.updatecache(NONEXISTENT_FILENAME))
|
/third_party/python/Misc/ |
D | HISTORY | 13376 - Issue #8782: Add a trailing newline in linecache.updatecache to the last line
|