Searched refs:updatecache (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/ |
D | linecache.py | 41 return updatecache(filename, module_globals) 72 def updatecache(filename, module_globals=None): function
|
/external/python/cpython3/Lib/ |
D | linecache.py | 46 return updatecache(filename, module_globals) 80 def updatecache(filename, module_globals=None): function
|
/external/python/cpython3/Lib/test/ |
D | test_traceback.py | 957 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())
|
D | test_linecache.py | 205 self.assertEqual(lines, linecache.updatecache(NONEXISTENT_FILENAME))
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | inspect_utils.py | 144 linecache.updatecache(obj_file, m.__dict__)
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7rc1.rst | 246 Add a trailing newline in linecache.updatecache to the last line of files
|
/external/python/cpython3/Misc/ |
D | HISTORY | 13376 - Issue #8782: Add a trailing newline in linecache.updatecache to the last line
|