Break line across lines (not in '[]' or '{}')?

sismex01 at hebmex.com sismex01 at hebmex.com
Tue Jun 10 16:16:15 EDT 2003


> From: Robert Oschler [mailto:no_replies at fake_email_address.invalid]
> Sent: Tuesday, June 10, 2003 3:19 PM
> 
> I have a Class with a lot of fields in the __slots__ 
> attribute.  Is there a way to break the line across multiple lines?
> 
> Class HasSlots():
>     __slots__ = 'one', 'two', 'three'
>     ...
> 
> I'd like to do:
> 
> Class HasSlots():
>     __slots__ = 'one', 'two', 'three'
>     ...
>

Must be my new glasses, I can't see a difference...

-gca
Advertencia:La informacion contenida en este mensaje es confidencial y
restringida, por lo tanto esta destinada unicamente para el uso de la
persona arriba indicada, se le notifica que esta prohibida la difusion de
este mensaje. Si ha recibido este mensaje por error, o si hay problemas en
la transmision, favor de comunicarse con el remitente. Gracias.





More information about the Python-list mailing list