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
When @property is not the only decorator, it is added to the list of decorators in addition to the usual Object.defineProperty behavior. Since property() returns an object and not a callable, it causes an error.
The text was updated successfully, but these errors were encountered:
Test.py
Test.js
When
@property
is not the only decorator, it is added to the list of decorators in addition to the usualObject.defineProperty
behavior. Sinceproperty()
returns an object and not a callable, it causes an error.The text was updated successfully, but these errors were encountered: