MCPcopy 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
22class 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

setupMethod · 0.45
create_hierarchyMethod · 0.45

Tested by

no test coverage detected