mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
8de0c1716b
commit
85ba673b0a
6 changed files with 11 additions and 12 deletions
|
@ -612,5 +612,5 @@ def stack(context=1):
|
|||
return getouterframes(currentframe().f_back, context)
|
||||
|
||||
def trace(context=1):
|
||||
"""Return a list of records for the stack below the current exception."""
|
||||
"""Return a list of records for the stack below the current exception."""
|
||||
return getinnerframes(sys.exc_traceback, context)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue