Home
last modified time | relevance | path

Searched refs:lookup_line (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dtraceback.py259 def __init__(self, filename, lineno, name, *, lookup_line=True, argument
274 if lookup_line:
377 filename, lineno, name, lookup_line=False, locals=f_locals))
/third_party/python/Doc/library/
Dtraceback.rst357 .. class:: FrameSummary(filename, lineno, name, lookup_line=True, locals=None, line=None)
361 locals included in it. If *lookup_line* is ``False``, the source code is not
/third_party/python/Lib/test/
Dtest_traceback.py1044 f = traceback.FrameSummary("f", 1, "dummy", lookup_line=False)