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

Method smtp_QUIT

tools/python-3.11.9-amd64/Lib/smtpd.py:437–440  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

435 self.push('250 OK')
436
437 def smtp_QUIT(self, arg):
438 # args is ignored
439 self.push('221 Bye')
440 self.close_when_done()
441
442 def _strip_command_keyword(self, keyword, arg):
443 keylen = len(keyword)

Callers

nothing calls this directly

Calls 2

pushMethod · 0.95
close_when_doneMethod · 0.80

Tested by

no test coverage detected