Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_linecache.py186 self.assertEqual(False, linecache.lazycache(FILENAME, None))
193 True, linecache.lazycache(NONEXISTENT_FILENAME, globals()))
204 linecache.lazycache(NONEXISTENT_FILENAME, globals())
209 linecache.lazycache(NONEXISTENT_FILENAME, globals())
214 self.assertEqual(False, linecache.lazycache('', globals()))
215 self.assertEqual(False, linecache.lazycache('<foo>', globals()))
222 linecache.lazycache(NONEXISTENT_FILENAME, globals()))
Dtest_traceback.py877 linecache.lazycache("f", globals())
894 linecache.lazycache("f", globals())
/external/python/cpython3/Lib/
Dlinecache.py101 if lazycache(filename, module_globals):
147 def lazycache(filename, module_globals): function
Dtraceback.py350 linecache.lazycache(filename, f.f_globals)
/external/python/cpython3/Doc/library/
Dlinecache.rst51 .. function:: lazycache(filename, module_globals)
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1381 A new :func:`~linecache.lazycache` function can be used to capture information