The | operator is currently used to construct or-lists for restrictions but it is limited to restrictions by relations. In datajoint-python, we implement the explicit dj.OrList object. I propose to match the matlab implementation and deprecate the | operator.
The
|operator is currently used to construct or-lists for restrictions but it is limited to restrictions by relations. Indatajoint-python, we implement the explicitdj.OrListobject. I propose to match the matlab implementation and deprecate the|operator.