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

Method setUp

Lib/test/test_tokenize.py:3330–3332  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3328
3329class CommandLineTest(unittest.TestCase):
3330 def setUp(self):
3331 self.filename = tempfile.mktemp()
3332 self.addCleanup(os_helper.unlink, self.filename)
3333
3334 @staticmethod
3335 def text_normalize(string):

Callers

nothing calls this directly

Calls 2

mktempMethod · 0.80
addCleanupMethod · 0.80

Tested by

no test coverage detected