Hi Barry,

wrt example given at https://github.com/jcrocholl/pep8/issues/103

__all__ = [
    'TestFoo',
    'TestGoo',
    'TestHoo',
    ]

Seeing three styles:

- closing "lines up with listing" as displayed
- one col after opener
- at indent of statements/forms beginning (IMHO not recommendable, but seen)

See also https://bugs.launchpad.net/python-mode/+bug/1174174

Cheers,

Andreas
_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode

Reply via email to