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

Method check

Lib/imaplib.py:539–544  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.45

Calls 1

_simple_commandMethod · 0.95

Tested by

no test coverage detected