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

Method __rcpttos

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

Source from the content-addressed store, hash-verified

246
247 @property
248 def __rcpttos(self):
249 warn("Access to __rcpttos attribute on SMTPChannel is deprecated, "
250 "use 'rcpttos' instead", DeprecationWarning, 2)
251 return self.rcpttos
252 @__rcpttos.setter
253 def __rcpttos(self, value):
254 warn("Setting __rcpttos attribute on SMTPChannel is deprecated, "

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected