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

Method _post_initialize_hook

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

Source from the content-addressed store, hash-verified

1703 _factory = mailbox._mboxMMDFMessage
1704
1705 def _post_initialize_hook(self, msg):
1706 self._check_from(msg)
1707
1708 def test_initialize_with_unixfrom(self):
1709 # Initialize with a message that already has a _unixfrom attribute

Callers

nothing calls this directly

Calls 1

_check_fromMethod · 0.95

Tested by

no test coverage detected