next up previous index
Next: Open Issues Up: Coding Guidelines Previous: Classes and Methods   Index

Continuation Lines

For readability, only use Python's backslash (``\'') continuation character when necessary. This character is used to split a statement or expression across more than one line. It is not necessary when the line break is inside a (), [], or pair, or in triple-quoted strings.


next up previous index
Next: Open Issues Up: Coding Guidelines Previous: Classes and Methods   Index
info (at) urbansim.org