MCPcopy Index your code
hub / github.com/python/cpython / __str__

Method __str__

Lib/doctest.py:1898–1899  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1896 self.exc_info = exc_info
1897
1898 def __str__(self):
1899 return str(self.test)
1900
1901class DebugRunner(DocTestRunner):
1902 r"""Run doc tests but raise an exception as soon as there is a failure.

Callers

nothing calls this directly

Calls 1

strFunction · 0.85

Tested by

no test coverage detected