?? xx ?? yWhen the first argument to the binary null coalescing operator is a Python object, it will be returned unless that object is None, in which case the second argument is returned.
|
|
|
For the unary version, the argument itself is returned unless it is None, in which case null is returned.
|
|
The source of this document is in /build/macaulay2-88fgJW/macaulay2-1.25.11+ds/M2/Macaulay2/packages/Python/doc/comparison.m2:94:0.