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

Method delete

Lib/imaplib.py:578–583  ·  view source on GitHub ↗

Delete old mailbox. (typ, [data]) = .delete(mailbox)

(self, mailbox)

Source from the content-addressed store, hash-verified

576
577
578 def delete(self, mailbox):
579 """Delete old mailbox.
580
581 (typ, [data]) = <instance>.delete(mailbox)
582 """
583 return self._simple_command('DELETE', mailbox)
584
585 def deleteacl(self, mailbox, who):
586 """Delete the ACLs (remove any rights) set for who on mailbox.

Callers

nothing calls this directly

Calls 1

_simple_commandMethod · 0.95

Tested by

no test coverage detected