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

Method setUp

Lib/test/test_pathlib/test_write.py:23–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21
22class WriteTestBase:
23 def setUp(self):
24 self.root = self.ground.setup()
25
26 def tearDown(self):
27 self.ground.teardown(self.root)

Callers

nothing calls this directly

Calls 1

setupMethod · 0.45

Tested by

no test coverage detected