Param.depends shorthand for "depends on all params"

I frequently end up adding parameters to a parameterized Class. That means going through the entire class and updating all @param.depends(...) decorators, which quickly gets confusing when I have separate mixin classes for visualizations etc. Is there any shorthand for “this function depends on all params this class or its child classes might have”?

Mind filing a feature request on Param?

Done, thanks!

Link to the issue: https://github.com/holoviz/param/issues/380

3 Likes