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

Method check

Lib/imaplib.py:542–547  ·  view source on GitHub ↗

Checkpoint mailbox on server. (typ, [data]) = .check()

(self)

Source from the content-addressed store, hash-verified

540
541
542 def check(self):
543 """Checkpoint mailbox on server.
544
545 (typ, [data]) = <instance>.check()
546 """
547 return self._simple_command('CHECK')
548
549
550 def close(self):

Callers

nothing calls this directly

Calls 1

_simple_commandMethod · 0.95

Tested by

no test coverage detected