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