Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUpClass
Method
setUpClass
Lib/test/test_os/test_os.py:3528–3529 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
3526
3527
@classmethod
3528
def
setUpClass(cls):
3529
create_file(os_helper.TESTFN, cls.DATA)
3530
3531
@classmethod
3532
def
tearDownClass(cls):
Callers
1
setUpClass
Function · 0.45
Calls
1
create_file
Function · 0.70
Tested by
no test coverage detected