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

Method rset

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

Unmark all messages marked for deletion.

(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_shortcmdMethod · 0.95

Tested by

no test coverage detected