reflex/reflex/vars
Thomas Brandého 9fafb6d526
use position in vardata to mark internal hooks (#4549)
* use position in vardata to mark internal hooks

* update all render to use position

* use macros for rendering

* reduce number of iterations over hooks during rendering

* cleanup code and add typing

* add __future__

* use new macros to render component maps in markdown

* remove calls to _get_all_hooks_internal

* fix typo

* forgot to replace this

* unnecessary expand in utils.py
2025-01-06 13:06:56 -08:00
..
__init__.py add datetime var comparison operations (#4406) 2024-12-13 12:41:29 -08:00
base.py use position in vardata to mark internal hooks (#4549) 2025-01-06 13:06:56 -08:00
datetime.py enable PTH rule (#4476) 2024-12-13 14:06:26 -08:00
function.py enable C4 rule (#4536) 2024-12-13 12:37:34 -08:00
number.py enable C4 rule (#4536) 2024-12-13 12:37:34 -08:00
object.py style: prefer type() over __class__ (#4512) 2024-12-10 12:35:46 -08:00
sequence.py Add endswith method to String class (#4577) 2025-01-03 12:50:04 -08:00