MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / extract_stack

Function extract_stack

Lib/traceback.py:280–312  ·  view source on GitHub ↗

Extract the raw traceback from the current stack frame. The return value has the same format as for extract_tb(). The optional 'f' and 'limit' arguments have the same meaning as for print_stack(). Each item in the list is a quadruple (filename, line number, function name, text), a

(f=None, limit = None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

print_stackFunction · 0.85
format_stackFunction · 0.85

Calls 4

stripMethod · 0.80
getlineMethod · 0.45
appendMethod · 0.45
reverseMethod · 0.45

Tested by

no test coverage detected