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.py47 return updatecache(filename, module_globals)
82 def updatecache(filename, module_globals=None): function
/external/python/cpython3/Lib/test/
Dtest_traceback.py937 linecache.updatecache('/foo.py', globals())
950 linecache.updatecache('/foo.py', globals())
976 linecache.updatecache('/foo.py', globals())
983 linecache.updatecache('/foo.py', globals())
1128 linecache.updatecache('/foo.py', globals())
1132 linecache.updatecache('/foo.py', globals())
1143 linecache.updatecache('/foo.py', globals())
Dtest_linecache.py205 self.assertEqual(lines, linecache.updatecache(NONEXISTENT_FILENAME))
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils.py140 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