meerkat.cor¶

cor(*args)[source]¶

Overloaded or operator.

Use this when you want to use the or operator on reactive values (e.g. Store)

Parameters

*args – The arguments to or together.

Returns

The result of the or operation.