Searched refs:lookup_line (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/ |
D | traceback.py | 259 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/ |
D | traceback.rst | 357 .. 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/ |
D | test_traceback.py | 1044 f = traceback.FrameSummary("f", 1, "dummy", lookup_line=False)
|