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

Class SMTPException

Lib/smtplib.py:70–71  ·  view source on GitHub ↗

Base class for all exceptions raised by this module.

Source from the content-addressed store, hash-verified

68
69# Exception classes used by this module.
70class SMTPException(OSError):
71 """Base class for all exceptions raised by this module."""
72
73class SMTPNotSupportedError(SMTPException):
74 """The command or option is not supported by the SMTP server.

Callers 3

authMethod · 0.85
auth_cram_md5Method · 0.85
loginMethod · 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…