anvil.script Module

Globals

args return_value

Globals

args

The positional arguments this script was launched with (also available as sys.argv[1:], except that Media arguments appear in sys.argv as the names of temporary files containing their content).


return_value

Set this from your script to return a value to anvil.server.run_script(). Defaults to None.



Do you still have questions?

Our Community Forum is full of helpful information and Anvil experts.

anvil.script