MCPcopy Create free account
hub / github.com/ipython/ipython / stb2text

Method stb2text

IPython/core/ultratb.py:1484–1486  ·  view source on GitHub ↗

Convert a structured traceback (a list) to a string.

(self, stb)

Source from the content-addressed store, hash-verified

1482 return e
1483
1484 def stb2text(self, stb):
1485 """Convert a structured traceback (a list) to a string."""
1486 return ''.join(stb)
1487
1488
1489# some internal-use functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected