Lines Matching +full:check +full:- +full:whitespace
1 :mod:`tabnanny` --- Detection of ambiguous indentation
9 .. sectionauthor:: Peter Funk <pf@artcom-gmbh.de>
15 --------------
18 is possible to import it into an IDE and use the function :func:`check`
27 .. function:: check(file_or_dir)
32 is checked for whitespace related problems. The diagnostic messages are
39 ``-v`` option if called as a script.
45 whitespace related problems. This is set to true by the ``-q`` option if called
52 handled in :func:`check`.
57 This function is used by :func:`check` to process tokens generated by the
60 .. XXX document errprint, format_witnesses, Whitespace, check_equal, indents,