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

Additions to the .rx namespace #906

Closed philippjfr closed 6 months ago

philippjfr commented 7 months ago

As we have started building applications with rx a few gaps have become clear, specifically the following functionality is currently missing:

jbednar commented 7 months ago

Thanks. Not sure how we missed some of those earlier. The doc page also needs updating.

philippjfr commented 7 months ago

Thanks. Not sure how we missed some of those earlier. The doc page also needs updating.

I did not fully appreciate that and, or and not cannot be overloaded in Python, only the equivalent boolean operators &, | and ~ can.

MarcSkovMadsen commented 7 months ago

Why are the underscores needed?

jbednar commented 7 months ago

Python keywords cannot be identifiers.