Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ setUpClass
Method
setUpClass
Lib/test/test_shutil.py:3075–3076 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
3073
3074
@classmethod
3075
def
setUpClass(cls):
3076
write_test_file(TESTFN, cls.FILESIZE)
3077
3078
@classmethod
3079
def
tearDownClass(cls):
Callers
nothing calls this directly
Calls
1
write_test_file
Function · 0.85
Tested by
no test coverage detected