User Tools

Site Tools


tools:style_guides:python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tools:style_guides:python [2020/05/15 10:09]
msamso [Python Language Rules]
tools:style_guides:python [2020/05/20 13:20] (current)
msamso [Python Language Rules]
Line 20: Line 20:
  
   *  Run [[http://www.pylint.org/|pylint]] over the code   *  Run [[http://www.pylint.org/|pylint]] over the code
-  *  Tool to check tabs[[https://docs.python.org/3/library/tabnanny.html|tabnanny]] +  *  **Tabnanny:** Tool to check tabs [[https://docs.python.org/3/library/tabnanny.html|tabnanny]]: 
-    * import tabnanny +    * Command line: python -m tabnanny -v file.py 
-    * tabnanny.check('file.py')+    * Code: 
 + 
 +      import tabnanny 
 +      tabnanny.check('file.py')
  
  
tools/style_guides/python.1589537380.txt.gz · Last modified: 2020/05/15 10:09 by msamso