MCPcopy Index your code
hub / github.com/python/cpython / __line

Method __line

Lib/test/support/smtpd.py:192–195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

190
191 @property
192 def __line(self):
193 warn("Access to __line attribute on SMTPChannel is deprecated, "
194 "use 'received_lines' instead", DeprecationWarning, 2)
195 return self.received_lines
196 @__line.setter
197 def __line(self, value):
198 warn("Setting __line attribute on SMTPChannel is deprecated, "

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected