Customise Server Function Name + methods

You can certainly do that yourself, by creating a third server function that calls the other two as regular Python functions.

Or, if you don’t mind using more experimental code, Anvil Labs has a feature that does this for you: Serialization module (anvil-labs new feature) - #2 by hugetim

4 Likes