reflex/reflex/vars
Khaleel Al-Adhami 27c1a7e94d
add typing to function vars (#4372)
* add typing to function vars

* import ParamSpec from typing_extensions

* remove ellipsis as they are not supported in 3.9

* try importing everything from extensions

* special case 3.9

* don't use Any from extensions

* get typevar from extensions
2024-11-12 20:00:02 -08:00
..
__init__.py [ENG-3749] type safe vars (#4066) 2024-10-07 14:59:02 -07:00
base.py add typing to function vars (#4372) 2024-11-12 20:00:02 -08:00
function.py add typing to function vars (#4372) 2024-11-12 20:00:02 -08:00
number.py improve object var symantics (#4290) 2024-11-05 09:56:10 -08:00
object.py improve object var symantics (#4290) 2024-11-05 09:56:10 -08:00
sequence.py improve object var symantics (#4290) 2024-11-05 09:56:10 -08:00