MCPcopy
hub / github.com/django/django / get_mailbox_content

Method get_mailbox_content

tests/mail/test_backends.py:353–357  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

351 os.unlink(os.path.join(self.tmp_dir, filename))
352
353 def get_mailbox_content(self):
354 messages = []
355 for filename in self.get_filenames():
356 messages.extend(self.get_messages_from_filename(filename))
357 return messages
358
359 def test_fail_silently_arg_accepted(self):
360 # RemovedInDjango70Warning: remove this comment (but keep the test).

Callers

nothing calls this directly

Calls 3

get_filenamesMethod · 0.95
extendMethod · 0.80

Tested by

no test coverage detected