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

Method __fqdn

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

Source from the content-addressed store, hash-verified

268
269 @property
270 def __fqdn(self):
271 warn("Access to __fqdn attribute on SMTPChannel is deprecated, "
272 "use 'fqdn' instead", DeprecationWarning, 2)
273 return self.fqdn
274 @__fqdn.setter
275 def __fqdn(self, value):
276 warn("Setting __fqdn attribute on SMTPChannel is deprecated, "

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected