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

Method quit

Lib/poplib.py:288–292  ·  view source on GitHub ↗

Signoff: commit changes on server, unlock mailbox, close connection.

(self)

Source from the content-addressed store, hash-verified

286
287
288 def quit(self):
289 """Signoff: commit changes on server, unlock mailbox, close connection."""
290 resp = self._shortcmd('QUIT')
291 self.close()
292 return resp
293
294 def close(self):
295 """Close the connection without assuming anything about it."""

Callers 1

poplib.pyFile · 0.45

Calls 2

_shortcmdMethod · 0.95
closeMethod · 0.95

Tested by

no test coverage detected