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 | 47 return updatecache(filename, module_globals) 82 def updatecache(filename, module_globals=None): function
|
/external/python/cpython3/Lib/test/ |
D | test_traceback.py | 937 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())
|
D | test_linecache.py | 205 self.assertEqual(lines, linecache.updatecache(NONEXISTENT_FILENAME))
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | inspect_utils.py | 140 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
|