holoviz / holoviz/param

Is it possible to pass in a list of functions to trigger on value change

Open
#448 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
521
Forks
86
Avg merge
1d 13h
Merged PRs (30d)
35

Description

```
select = pn.widgets.Select()
select.param.watch([function_1, function_2], 'value')
```

Equivalent to
```
select = pn.widgets.Select()
select.param.watch(function_1, 'value')
select.param.watch(function_2, 'value')
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.