Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUpClass
Method
setUpClass
Lib/test/test_shutil.py:3101–3102 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
3099
3100
@classmethod
3101
def
setUpClass(cls):
3102
write_test_file(TESTFN, cls.FILESIZE)
3103
3104
@classmethod
3105
def
tearDownClass(cls):
Callers
nothing calls this directly
Calls
1
write_test_file
Function · 0.85
Tested by
no test coverage detected