Optional Static Typing using mypy

Nice clarification @lee

type hints in the client are unlikely to be supported any time soon
here’s a related post on skulpt (Anvil’s client side python interpreter):

type hints on the server is supported in full python 3 (since it runs python 3.7)
so you could clone your app to your local machine and run mypy on all your serverside code…

1 Like