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

Class SMTPServerDisconnected

Lib/smtplib.py:80–86  ·  view source on GitHub ↗

Not connected to any SMTP server. This exception is raised when the server unexpectedly disconnects, or when an attempt is made to use the SMTP instance before connecting it to a server.

Source from the content-addressed store, hash-verified

78 """
79
80class SMTPServerDisconnected(SMTPException):
81 """Not connected to any SMTP server.
82
83 This exception is raised when the server unexpectedly disconnects,
84 or when an attempt is made to use the SMTP instance before
85 connecting it to a server.
86 """
87
88class SMTPResponseException(SMTPException):
89 """Base class for all exceptions that include an SMTP error code.

Callers 3

sendMethod · 0.85
getreplyMethod · 0.85
ehloMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…