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

Method rset

Lib/poplib.py:285–287  ·  view source on GitHub ↗

Unmark all messages marked for deletion.

(self)

Source from the content-addressed store, hash-verified

283
284
285 def rset(self):
286 """Unmark all messages marked for deletion."""
287 return self._shortcmd('RSET')
288
289
290 def quit(self):

Callers

nothing calls this directly

Calls 1

_shortcmdMethod · 0.95

Tested by

no test coverage detected