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

Function format_list

Lib/traceback.py:27–43  ·  view source on GitHub ↗

Format a list of traceback entry tuples for printing. Given a list of tuples as returned by extract_tb() or extract_stack(), return a list of strings ready for printing. Each string in the resulting list corresponds to the item with the same index in the argument list. Each string

(extracted_list)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

format_tbFunction · 0.85
format_stackFunction · 0.85

Calls 2

stripMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected