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

Method __peer

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

Source from the content-addressed store, hash-verified

279
280 @property
281 def __peer(self):
282 warn("Access to __peer attribute on SMTPChannel is deprecated, "
283 "use 'peer' instead", DeprecationWarning, 2)
284 return self.peer
285 @__peer.setter
286 def __peer(self, value):
287 warn("Setting __peer attribute on SMTPChannel is deprecated, "

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected