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

Function extract_tb

Lib/traceback.py:78–107  ·  view source on GitHub ↗

Return list of up to limit pre-processed entries from traceback. This is useful for alternate formatting of stack traces. If 'limit' is omitted or None, all entries are extracted. A pre-processed stack trace entry is a quadruple (filename, line number, function name, text) represe

(tb, limit = None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

safeimportFunction · 0.90
format_tbFunction · 0.85

Calls 3

stripMethod · 0.80
getlineMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected