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

Method setUp

Lib/test/test_textwrap.py:48–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46class WrapTestCase(BaseTestCase):
47
48 def setUp(self):
49 self.wrapper = TextWrapper(width=45)
50
51 def test_simple(self):
52 # Simple case: just words, spaces, and a bit of punctuation

Callers

nothing calls this directly

Calls 1

TextWrapperClass · 0.90

Tested by

no test coverage detected