Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUpClass
Method
setUpClass
Lib/test/test_dtrace.py:116–117 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
114
115
@classmethod
116
def
setUpClass(self):
117
self.backend.assert_usable()
118
119
def
run_case(self, name):
120
actual_output, expected_output = self.backend.run_case(
Callers
nothing calls this directly
Calls
1
assert_usable
Method · 0.80
Tested by
no test coverage detected