PEP8 and 4 spaces

Roy Smith roy at panix.com
Fri Jul 4 15:04:05 EDT 2014


In article <mailman.11507.1404498596.18130.python-list at python.org>,
 Lie Ryan <lie.1296 at gmail.com> wrote:

> PEP8 suggests using this style of method invocation:
> 
>      obj.method(foo,
>                 bar,
>                 baz)
> 
> which is an effect impossible to do correctly with tabs alone.

If course you can do it with tabs. Just make sure all your method names 
are 7 letters long :-)



More information about the Python-list mailing list