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

Method quit

Lib/poplib.py:290–294  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

288
289
290 def quit(self):
291 """Signoff: commit changes on server, unlock mailbox, close connection."""
292 resp = self._shortcmd('QUIT')
293 self.close()
294 return resp
295
296 def close(self):
297 """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