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
427 stars 73 forks source link

Fix implementation of rx.__iter__ #846

Closed philippjfr closed 1 year ago

philippjfr commented 1 year ago

The previous implementation was trying to be too clever. This implementation is simpler but achieves the same thing.