MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __mailfrom

Method __mailfrom

tools/python-3.11.9-amd64/Lib/smtpd.py:237–240  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

235
236 @property
237 def __mailfrom(self):
238 warn("Access to __mailfrom attribute on SMTPChannel is deprecated, "
239 "use 'mailfrom' instead", DeprecationWarning, 2)
240 return self.mailfrom
241 @__mailfrom.setter
242 def __mailfrom(self, value):
243 warn("Setting __mailfrom attribute on SMTPChannel is deprecated, "

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected