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

Class SMTPConnectError

Lib/smtplib.py:131–132  ·  view source on GitHub ↗

Error during connection establishment.

Source from the content-addressed store, hash-verified

129 """The SMTP server didn't accept the data."""
130
131class SMTPConnectError(SMTPResponseException):
132 """Error during connection establishment."""
133
134class SMTPHeloError(SMTPResponseException):
135 """The server refused our HELO reply."""

Callers 1

__init__Method · 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…