Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __call__
Method
__call__
Lib/unittest/case.py:722–723 ·
view source on GitHub ↗
(self, *args, **kwds)
Source
from the content-addressed store, hash-verified
720
cls.tearDown_exceptions.append(sys.exc_info())
721
722
def
__call__(self, *args, **kwds):
723
return
self.run(*args, **kwds)
724
725
def
debug(self):
726
""
"Run the test without collecting errors in a TestResult"
""
Callers
nothing calls this directly
Calls
1
run
Method · 0.95
Tested by
no test coverage detected