(self, msg)
| 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 |
nothing calls this directly
no test coverage detected