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

Method __line

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

Source from the content-addressed store, hash-verified

202
203 @property
204 def __line(self):
205 warn("Access to __line attribute on SMTPChannel is deprecated, "
206 "use 'received_lines' instead", DeprecationWarning, 2)
207 return self.received_lines
208 @__line.setter
209 def __line(self, value):
210 warn("Setting __line attribute on SMTPChannel is deprecated, "

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected