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

Method _post_initialize_hook

Lib/test/test_mailbox.py:1637–1639  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

1635 self.assertRaises(TypeError, lambda: msg._explain_to(other_msg))
1636
1637 def _post_initialize_hook(self, msg):
1638 # Overridden by subclasses to check extra things after initialization
1639 pass
1640
1641
1642class TestMaildirMessage(TestMessage, unittest.TestCase):

Calls

no outgoing calls

Tested by

no test coverage detected