Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _callSetUp
Method
_callSetUp
Lib/unittest/case.py:609–610 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
607
addDuration(self, elapsed)
608
609
def
_callSetUp(self):
610
self.setUp()
611
612
def
_callTestMethod(self, method):
613
result = method()
Callers
2
run
Method · 0.95
debug
Method · 0.95
Calls
1
setUp
Method · 0.95
Tested by
no test coverage detected