[DONE] An Anvil client-code REPL

Sure - you could use

>>> from anvil_extras.routing import get_cache
>>> get_cache()['home']
<my_project.HomeForm object>
4 Likes