Home
last modified time | relevance | path

Searched refs:updatecache (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dlinecache.py46 return updatecache(filename, module_globals)
80 def updatecache(filename, module_globals=None): function
/third_party/python/Lib/test/
Dtest_traceback.py1092 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())
Dtest_linecache.py206 self.assertEqual(lines, linecache.updatecache(NONEXISTENT_FILENAME))
/third_party/python/Misc/
DHISTORY13376 - Issue #8782: Add a trailing newline in linecache.updatecache to the last line