?? 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 Python/doc/comparison.m2:94:0.