comprehension parsing

cactus riemannic at gmail.com
Sat Nov 5 14:52:09 EDT 2022


On Saturday, 5 November 2022 at 16:06:52 UTC, cactus wrote:

I should have quoted the full comprehensions:

 all((srt(m, n) in c_np) == (srt(a, b) in c_ap)  for (m, a), (n, b) in combinations(na8, 2))
 all( srt(m, n) in c_np  ==  srt(a, b) in c_ap)  for (m, a), (n, b) in combinations(na8, 2))


More information about the Python-list mailing list