Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_linecache.py202 self.assertEqual(False, linecache.lazycache(FILENAME, None))
209 True, linecache.lazycache(NONEXISTENT_FILENAME, globals()))
220 linecache.lazycache(NONEXISTENT_FILENAME, globals())
225 linecache.lazycache(NONEXISTENT_FILENAME, globals())
230 self.assertEqual(False, linecache.lazycache('', globals()))
231 self.assertEqual(False, linecache.lazycache('<foo>', globals()))
238 linecache.lazycache(NONEXISTENT_FILENAME, globals()))
Dtest_traceback.py3133 linecache.lazycache("f", globals())
3152 linecache.lazycache("f", globals())
/external/python/cpython3/Lib/
Dlinecache.py106 if lazycache(filename, module_globals):
158 def lazycache(filename, module_globals): function
Dtraceback.py477 linecache.lazycache(filename, f.f_globals)
/external/python/cpython3/Doc/library/
Dlinecache.rst54 .. function:: lazycache(filename, module_globals)
/external/pytorch/torch/package/
Dpackage_importer.py403 linecache.lazycache(mangled_filename, ns)
/external/pytorch/torch/fx/
Dgraph_module.py64 linecache.lazycache(key, globals_copy)
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a4.rst622 * Add ``lazycache`` function to ``__all__``.
/external/pytorch/torch/_dynamo/
Dsymbolic_convert.py2629 linecache.lazycache(f_code.co_filename, f_globals)
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1381 A new :func:`~linecache.lazycache` function can be used to capture information