(self, msg)
| 1718 | _factory = mailbox._mboxMMDFMessage |
| 1719 | |
| 1720 | def _post_initialize_hook(self, msg): |
| 1721 | self._check_from(msg) |
| 1722 | |
| 1723 | def test_initialize_with_unixfrom(self): |
| 1724 | # Initialize with a message that already has a _unixfrom attribute |
nothing calls this directly
no test coverage detected