Home
last modified time | relevance | path

Searched refs:updatecache (Results 1 – 7 of 7) 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.py46 return updatecache(filename, module_globals)
80 def updatecache(filename, module_globals=None): function
/external/python/cpython3/Lib/test/
Dtest_traceback.py957 linecache.updatecache('/foo.py', globals())
970 linecache.updatecache('/foo.py', globals())
996 linecache.updatecache('/foo.py', globals())
1003 linecache.updatecache('/foo.py', globals())
1219 linecache.updatecache('/foo.py', globals())
1223 linecache.updatecache('/foo.py', globals())
1234 linecache.updatecache('/foo.py', globals())
Dtest_linecache.py205 self.assertEqual(lines, linecache.updatecache(NONEXISTENT_FILENAME))
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils.py144 linecache.updatecache(obj_file, m.__dict__)
/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