reflex/reflex/vars
Khaleel Al-Adhami 54ad9f0f4b
make var system expandable (#4175)
* make var system expandable

* use old syntax

* remove newer features

* that's a weird error

* remove unnecessary error message

* remove hacky getattr as it's no longer necessary

* improve color handling

* get it right pyright

* dang it darglint

* fix prototype to string

* don't try twice

* adjust test case

* add test for var alpha

* change place of type ignore

* fix json

* add name to custom var operation

* don't delete that you silly

* change logic

* remove extra word
2024-10-21 17:05:13 -07:00
..
__init__.py [ENG-3749] type safe vars (#4066) 2024-10-07 14:59:02 -07:00
base.py make var system expandable (#4175) 2024-10-21 17:05:13 -07:00
function.py make var system expandable (#4175) 2024-10-21 17:05:13 -07:00
number.py make var system expandable (#4175) 2024-10-21 17:05:13 -07:00
object.py make var system expandable (#4175) 2024-10-21 17:05:13 -07:00
sequence.py make var system expandable (#4175) 2024-10-21 17:05:13 -07:00