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

Method __server

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

Source from the content-addressed store, hash-verified

191 # properties for backwards-compatibility
192 @property
193 def __server(self):
194 warn("Access to __server attribute on SMTPChannel is deprecated, "
195 "use 'smtp_server' instead", DeprecationWarning, 2)
196 return self.smtp_server
197 @__server.setter
198 def __server(self, value):
199 warn("Setting __server attribute on SMTPChannel is deprecated, "

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected