Home
last modified time | relevance | path

Searched refs:format_stack (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Doc/library/
Dtraceback.rst179 .. function:: format_stack(f=None, limit=None)
486 ... print(repr(traceback.format_stack()))
500 ' File "<doctest>", line 8, in lumberstack\n print(repr(traceback.format_stack()))\n']
/third_party/python/Lib/
Dtraceback.py209 def format_stack(f=None, limit=None): function
/third_party/python/Lib/test/
Dtest_traceback.py366 stfmt = traceback.format_stack(sys._getframe(1))
574 return traceback.format_stack()
Dtest_threading.py1399 traceback.format_stack()
/third_party/python/Misc/NEWS.d/
D3.5.1rc1.rst675 format_stack(), and extract_stack() called without arguments.