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

Method rset

Lib/smtplib.py:513–516  ·  view source on GitHub ↗

SMTP 'rset' command -- resets session.

(self)

Source from the content-addressed store, hash-verified

511 return self.getreply()[1]
512
513 def rset(self):
514 """SMTP 'rset' command -- resets session."""
515 self.command_encoding = 'ascii'
516 return self.docmd("rset")
517
518 def _rset(self):
519 """Internal 'rset' command which ignores any SMTPServerDisconnected error.

Callers 2

_rsetMethod · 0.95
testRSETMethod · 0.95

Calls 1

docmdMethod · 0.95

Tested by 1

testRSETMethod · 0.76