Re: [Python-Dev] (name := expression) doesn't fit the narrative of PEP 20

2018年4月26日 03:42:17 -0700

Antoine Pitrou wrote:
Depends if you mean a graph between names or values?
>
If between names, you can even have cycles AFAICT:
 ((a: = a + b), (b: = a))
I was thinking more of the dataflow graph. That's not
a cycle between *values*, since the new values being
bound are calculated from the previous values of the
names.
--
Greg
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to