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 :-)