[Python-ideas] Pipe indentation

musicdenotation at gmail.com musicdenotation at gmail.com
Mon Dec 9 11:07:00 CET 2013


if condition:
| do_this
| if cond2:
| |do_that
else:
| do_this_instead

This has the advantage of you always knowing which nesting level you are.


More information about the Python-ideas mailing list