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

Method delete

Lib/imaplib.py:581–586  ·  view source on GitHub ↗

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

(self, mailbox)

Source from the content-addressed store, hash-verified

579
580
581 def delete(self, mailbox):
582 """Delete old mailbox.
583
584 (typ, [data]) = <instance>.delete(mailbox)
585 """
586 return self._simple_command('DELETE', mailbox)
587
588 def deleteacl(self, mailbox, who):
589 """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