holoviz / param

Param: Make your Python code clearer and more reliable by declaring Parameters
https://param.holoviz.org
BSD 3-Clause "New" or "Revised" License
410 stars 69 forks source link

Context manager .param.update should restore references #914

Closed philippjfr closed 4 months ago

philippjfr commented 4 months ago

Internally parameter references are unlinked when something else overrides the value. However in the case of using .param.update as a context manager we would expect everything to be re-linked when we exit the context. This does not currently occur.