MCPcopy Index your code
hub / github.com/python/cpython / tearDown

Method tearDown

Lib/test/test_pathlib/test_copy.py:19–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17 self.target_root = self.target_ground.setup(local_suffix="_target")
18
19 def tearDown(self):
20 self.source_ground.teardown(self.source_root)
21 self.target_ground.teardown(self.target_root)
22
23 def test_copy_file(self):
24 source = self.source_root / 'fileA'

Callers

nothing calls this directly

Calls 1

teardownMethod · 0.45

Tested by

no test coverage detected