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

Method create

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

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

(self, mailbox)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_simple_commandMethod · 0.95

Tested by

no test coverage detected