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/support/local_path.py:38–39 ·
view source on GitHub ↗
(self, root)
Source
from the content-addressed store, hash-verified
36
return
root
37
38
def
teardown(self, root):
39
rmtree(root)
40
41
def
create_file(self, p, data=b
''
):
42
with
open(p,
'wb'
)
as
f:
Callers
nothing calls this directly
Calls
1
rmtree
Function · 0.90
Tested by
no test coverage detected