MCPcopy Index your code
hub / github.com/RustPython/RustPython / __state

Method __state

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected