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

Method smtp_QUIT

Lib/test/support/smtpd.py:425–428  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

423 self.push('250 OK')
424
425 def smtp_QUIT(self, arg):
426 # args is ignored
427 self.push('221 Bye')
428 self.close_when_done()
429
430 def _strip_command_keyword(self, keyword, arg):
431 keylen = len(keyword)

Callers

nothing calls this directly

Calls 2

pushMethod · 0.95
close_when_doneMethod · 0.80

Tested by

no test coverage detected