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

Method __state

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected