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

Method smtp_QUIT

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

pushMethod · 0.95
close_when_doneMethod · 0.80

Tested by

no test coverage detected