Message 321355 - Python tracker

Message321355

Author xtreak
Recipients con-f-use, xtreak
Date 2018-07-10.05:36:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531200971.55.0.56676864532.issue34076@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is explained in the below answers with example that the left most loop in the comprehension has access to the class variables which the nested comprehensions don't have

https://stackoverflow.com/a/22692274/2610955

https://stackoverflow.com/a/13913933/2610955

Thanks
History
Date User Action Args
2018-07-10 05:36:11xtreaksetrecipients: + xtreak, con-f-use
2018-07-10 05:36:11xtreaksetmessageid: <1531200971.55.0.56676864532.issue34076@psf.upfronthosting.co.za>
2018-07-10 05:36:11xtreaklinkissue34076 messages
2018-07-10 05:36:11xtreakcreate