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

Method setUp

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

Source from the content-addressed store, hash-verified

12
13class CopyTestBase:
14 def setUp(self):
15 self.source_root = self.source_ground.setup()
16 self.source_ground.create_hierarchy(self.source_root)
17 self.target_root = self.target_ground.setup(local_suffix="_target")
18
19 def tearDown(self):
20 self.source_ground.teardown(self.source_root)

Callers

nothing calls this directly

Calls 2

setupMethod · 0.45
create_hierarchyMethod · 0.45

Tested by

no test coverage detected