Size: 556
Comment: more formatting fixes
|
Size: 555
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
In addition, the guidelines in the [[http://google-styleguide.googlecode.com/svn/trunk/pyguide.html|Google Python Style Guide]] are also followed where they do not conflict with PEP008. | In addition, the guidelines in the [[https://github.com/google/styleguide/blob/gh-pages/pyguide.md|Google Python Style Guide]] are also followed where they do not conflict with PEP008. |
GDB Python Coding Standards
GDB follows the published Python coding standards in PEP008.
In addition, the guidelines in the Google Python Style Guide are also followed where they do not conflict with PEP008.
GDB-specific exceptions
There are a few exceptions to the published standards. They exist mainly for consistency with the C standards.
Use FIXME instead of TODO.