MCPcopy Index your code
hub / github.com/RustPython/RustPython / _post_initialize_hook

Method _post_initialize_hook

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

Source from the content-addressed store, hash-verified

1620 self.assertRaises(TypeError, lambda: msg._explain_to(other_msg))
1621
1622 def _post_initialize_hook(self, msg):
1623 # Overridden by subclasses to check extra things after initialization
1624 pass
1625
1626
1627class TestMaildirMessage(TestMessage, unittest.TestCase):

Calls

no outgoing calls

Tested by

no test coverage detected