You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
classHello:
def__init__(self):
self._value=0@propertydefvalue(self):
returnself._value@property.setter<-`setter is not in auto completion list for @property`defvalue(self, v):
self._value=v
When typing @property. I don't see setter in the list.
The text was updated successfully, but these errors were encountered:
When typing
@property.
I don't seesetter
in the list.The text was updated successfully, but these errors were encountered: