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

Method __data

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

Source from the content-addressed store, hash-verified

257
258 @property
259 def __data(self):
260 warn("Access to __data attribute on SMTPChannel is deprecated, "
261 "use 'received_data' instead", DeprecationWarning, 2)
262 return self.received_data
263 @__data.setter
264 def __data(self, value):
265 warn("Setting __data attribute on SMTPChannel is deprecated, "

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected