[Python-ideas] Null coalescing operator
Barry Warsaw
barry at python.org
Fri Oct 28 09:13:19 EDT 2016
On Oct 27, 2016, at 07:37 PM, Nick Badger wrote:
>The problem with doing that is that it's ambiguous. There's no way of
>telling which attribute is allowed to coalesce.
You could of course support exactly the same syntax being proposed as a
language change, e.g.
from operator import attrgetter
r = attrgetter('b?.x?.z')
and then you wouldn't even need the `coalesce` argument.
Cheers,
-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20161028/16badb7b/attachment.sig>
More information about the Python-ideas
mailing list