Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/test/test_pathlib/test_read.py:23–25 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
22
class
ReadTestBase:
23
def
setUp(self):
24
self.root = self.ground.setup()
25
self.ground.create_hierarchy(self.root)
26
27
def
tearDown(self):
28
self.ground.teardown(self.root)
Callers
nothing calls this directly
Calls
2
setup
Method · 0.45
create_hierarchy
Method · 0.45
Tested by
no test coverage detected