Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1882
class
UnexpectedException(Exception):
1883
""
"A DocTest example has encountered an unexpected exception
Callers
nothing calls this directly
Calls
1
str
Function · 0.85
Tested by
no test coverage detected