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

Method __conn

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

Source from the content-addressed store, hash-verified

290
291 @property
292 def __conn(self):
293 warn("Access to __conn attribute on SMTPChannel is deprecated, "
294 "use 'conn' instead", DeprecationWarning, 2)
295 return self.conn
296 @__conn.setter
297 def __conn(self, value):
298 warn("Setting __conn attribute on SMTPChannel is deprecated, "

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected