Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/test/test_email/test_email.py:1813–1814 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1811
# Test the basic MIMEText class
1812
class
TestMIMEText(unittest.TestCase):
1813
def
setUp(self):
1814
self._msg = MIMEText(
'hello there'
)
1815
1816
def
test_types(self):
1817
eq = self.assertEqual
Callers
nothing calls this directly
Calls
1
MIMEText
Class · 0.90
Tested by
no test coverage detected