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

Method setUp

Lib/test/test_pickle.py:759–761  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

757
758class CommandLineTest(unittest.TestCase):
759 def setUp(self):
760 self.filename = tempfile.mktemp()
761 self.addCleanup(os_helper.unlink, self.filename)
762
763 @staticmethod
764 def text_normalize(string):

Callers

nothing calls this directly

Calls 2

mktempMethod · 0.80
addCleanupMethod · 0.80

Tested by

no test coverage detected