MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / quit

Method quit

tools/python-3.11.9-amd64/Lib/poplib.py:277–281  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

275
276
277 def quit(self):
278 """Signoff: commit changes on server, unlock mailbox, close connection."""
279 resp = self._shortcmd('QUIT')
280 self.close()
281 return resp
282
283 def close(self):
284 """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