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

Method create

Lib/imaplib.py:570–575  ·  view source on GitHub ↗

Create new mailbox. (typ, [data]) = .create(mailbox)

(self, mailbox)

Source from the content-addressed store, hash-verified

568
569
570 def create(self, mailbox):
571 """Create new mailbox.
572
573 (typ, [data]) = <instance>.create(mailbox)
574 """
575 return self._simple_command('CREATE', mailbox)
576
577
578 def delete(self, mailbox):

Callers

nothing calls this directly

Calls 1

_simple_commandMethod · 0.95

Tested by

no test coverage detected