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

Method setUp

Lib/test/archiver_tests.py:11–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9class OverwriteTests:
10
11 def setUp(self):
12 os.makedirs(self.testdir)
13 self.addCleanup(os_helper.rmtree, self.testdir)
14
15 def create_file(self, path, content=b''):
16 with open(path, 'wb') as f:

Callers

nothing calls this directly

Calls 1

addCleanupMethod · 0.80

Tested by

no test coverage detected