Home
last modified time | relevance | path

Searched refs:lazycache (Results 1 – 7 of 7) 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.py896 linecache.lazycache("f", globals())
915 linecache.lazycache("f", globals())
/external/python/cpython3/Lib/
Dlinecache.py99 if lazycache(filename, module_globals):
147 def lazycache(filename, module_globals): function
Dtraceback.py353 linecache.lazycache(filename, f.f_globals)
/external/python/cpython3/Doc/library/
Dlinecache.rst54 .. function:: lazycache(filename, module_globals)
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a4.rst622 * Add `lazycache` function to `__all__`.
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1381 A new :func:`~linecache.lazycache` function can be used to capture information