Searched defs:__rcpttos (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
H A Dsmtpd.py245 def __rcpttos(self): member in class:SMTPChannel
246 warn("Access to __rcpttos attribute on SMTPChannel is deprecated, "
249 @__rcpttos.setter
250 def __rcpttos(self, value): member in class:SMTPChannel
251 warn("Setting __rcpttos attribute on SMTPChannel is deprecated, "

Completed in 126 milliseconds