Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dlinecache.py41 return updatecache(filename, module_globals)
72 def updatecache(filename, module_globals=None): function
/external/python/cpython3/Lib/
Dlinecache.py47 return updatecache(filename, module_globals)
82 def updatecache(filename, module_globals=None): function
/external/python/cpython3/Lib/test/
Dtest_traceback.py932 linecache.updatecache('/foo.py', globals())
945 linecache.updatecache('/foo.py', globals())
971 linecache.updatecache('/foo.py', globals())
978 linecache.updatecache('/foo.py', globals())
1123 linecache.updatecache('/foo.py', globals())
1127 linecache.updatecache('/foo.py', globals())
1138 linecache.updatecache('/foo.py', globals())
Dtest_linecache.py205 self.assertEqual(lines, linecache.updatecache(NONEXISTENT_FILENAME))
/external/python/cpython2/Misc/NEWS.d/
D2.7rc1.rst246 Add a trailing newline in linecache.updatecache to the last line of files
/external/python/cpython3/Misc/
DHISTORY13376 - Issue #8782: Add a trailing newline in linecache.updatecache to the last line