reflex
reflex copied to clipboard
Handle internal computed vars
We should be able to prefix computed vars with an underscore to make them internal computed vars.
class State(pc.State):
"""The app state."""
@pc.var
def _now(self):
return datetime.now()