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

Method setUp

Lib/test/test_mailbox.py:61–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 _template = 'From: foo\n\n%s\n'
60
61 def setUp(self):
62 self._path = os_helper.TESTFN
63 self._delete_recursively(self._path)
64 self._box = self._factory(self._path)
65
66 def tearDown(self):
67 self._box.close()

Callers 1

setUpMethod · 0.45

Calls 2

_delete_recursivelyMethod · 0.80
_factoryMethod · 0.80

Tested by

no test coverage detected