| tabnanny (version 6) | index /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tabnanny.py Module Docs |
The Tab Nanny despises ambiguous indentation. She knows no mercy.
tabnanny -- Detection of ambiguous indentation
For the time being this module is intended to be called as a script.
However it is possible to import it into an IDE and use the function
check() described below.
Warning: The API provided by this module is likely to change in future
releases; such changes may not be backward compatible.
| Modules | ||||||
| ||||||
| Classes | ||||||||||
|
| ||||||||||
| Functions | ||
| ||
| Data | ||
| __all__ = ['check', 'NannyNag', 'process_tokens'] __version__ = '6' | ||