MCPcopy Index your code
hub / github.com/python/cpython / test_issue7627

Method test_issue7627

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

Source from the content-addressed store, hash-verified

1434 refmsg0 = self._box.get_message(key0)
1435
1436 def test_issue7627(self):
1437 msg0 = mailbox.MHMessage(self._template % 0)
1438 key0 = self._box.add(msg0)
1439 self._box.lock()
1440 self._box.remove(key0)
1441 self._box.unlock()
1442
1443 def test_pack(self):
1444 # Pack the contents of the mailbox

Callers

nothing calls this directly

Calls 4

addMethod · 0.45
lockMethod · 0.45
removeMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected