[prev in list] [next in list] [prev in thread] [next in thread] 

List:       python-ideas
Subject:    Re: [Python-ideas] Style for multi-line generator expressions
From:       Barry Warsaw <barry () python ! org>
Date:       2013-09-15 19:53:55
Message-ID: 20130915155355.2a25a1f1 () anarchist
[Download RAW message or body]

[Attachment #2 (multipart/signed)]


On Sep 14, 2013, at 07:49 AM, Georg Brandl wrote:

>On 09/14/2013 07:36 AM, Clay Sweetser wrote:
>> PEP 8 currently lacks any suggestions for how multi-line generator expressions
>> and list comprehensions should be formatted. In the absence of any official
>> style suggestion (that I can find), I suggest the style used the most in the
>> standard library.
>>
>> [<expression>
>>  for <target_list> in <container>
>>  if <condition>]
>> 
>> Note, lines could still be combined where it makes sense, eg, the first two
>> lines could be combined if they aren't too long.
>
>But that amounts to simply respecting the line length limit and using
>logical breakpoints.  I don't think that requires a special mention in
>PEP 8.

Agreed.
-Barry

["signature.asc" (application/pgp-signature)]

_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic