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
In reactive.py we have the classmethod Reactive.var and the class var that subclasses Reactive.
They are not strictly equivalent, but they seem to have the same purpose.
Should we delete Reactive.var?
The text was updated successfully, but these errors were encountered:
In
reactive.py
we have the classmethodReactive.var
and the classvar
that subclassesReactive
.They are not strictly equivalent, but they seem to have the same purpose.
Should we delete
Reactive.var
?The text was updated successfully, but these errors were encountered: