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

Method test_initialize_with_eMM

Lib/test/test_mailbox.py:1551–1556  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1549 self._delete_recursively(self._path)
1550
1551 def test_initialize_with_eMM(self):
1552 # Initialize based on email.message.Message instance
1553 eMM = email.message_from_string(_sample_message)
1554 msg = self._factory(eMM)
1555 self._post_initialize_hook(msg)
1556 self._check_sample(msg)
1557
1558 def test_initialize_with_string(self):
1559 # Initialize based on string

Callers

nothing calls this directly

Calls 3

_post_initialize_hookMethod · 0.95
_factoryMethod · 0.80
_check_sampleMethod · 0.80

Tested by

no test coverage detected