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

Method stb2text

IPython/core/ultratb.py:1349–1351  ·  view source on GitHub ↗

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

(self, stb)

Source from the content-addressed store, hash-verified

1347 )
1348
1349 def stb2text(self, stb):
1350 """Convert a structured traceback (a list) to a string."""
1351 return self.tb_join_char.join(stb)
1352
1353
1354 def set_mode(self, mode=None):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected