How do you wrap a function with a callback decorator?

It is quite simple, but I don’t feel that the tutorial makes a clear example?

Basically, I cannot wrap my head around how functions are called in Dash.

I highly recommend reading this essay on decorators: https://stackoverflow.com/questions/739654/how-to-make-a-chain-of-function-decorators/1594484#1594484

2 Likes

Wonderful! Thanks! :slight_smile:

1 Like