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

Method __str__

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

Source from the content-addressed store, hash-verified

1877 self.got = got
1878
1879 def __str__(self):
1880 return str(self.test)
1881
1882class UnexpectedException(Exception):
1883 """A DocTest example has encountered an unexpected exception

Callers

nothing calls this directly

Calls 1

strFunction · 0.85

Tested by

no test coverage detected