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

Method __addr

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

Source from the content-addressed store, hash-verified

301
302 @property
303 def __addr(self):
304 warn("Access to __addr attribute on SMTPChannel is deprecated, "
305 "use 'addr' instead", DeprecationWarning, 2)
306 return self.addr
307 @__addr.setter
308 def __addr(self, value):
309 warn("Setting __addr attribute on SMTPChannel is deprecated, "

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected