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

Method __state

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

Source from the content-addressed store, hash-verified

213
214 @property
215 def __state(self):
216 warn("Access to __state attribute on SMTPChannel is deprecated, "
217 "use 'smtp_state' instead", DeprecationWarning, 2)
218 return self.smtp_state
219 @__state.setter
220 def __state(self, value):
221 warn("Setting __state attribute on SMTPChannel is deprecated, "

Callers 1

__call__Method · 0.80

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected