rest25/library/tabnanny.rst => rest262/library/tabnanny.rst
3======================================================
4
5.. module:: tabnanny
6   :synopsis: Tool for detecting white space related problems in Python source files in a
7              directory tree.
8.. moduleauthor:: Tim Peters <tim_one@users.sourceforge.net>
9.. sectionauthor:: Peter Funk <pf@artcom-gmbh.de>
10
n11- 
12-.. % rudimentary documentation based on module comments, by Peter Funk
11+.. rudimentary documentation based on module comments
13-.. % <pf@artcom-gmbh.de>
14
15For the time being this module is intended to be called as a script. However it
16is possible to import it into an IDE and use the function :func:`check`
17described below.
18
19.. warning::
20
21   The API provided by this module is likely to change  in future releases; such
50   handled in :func:`check`.
51
52
53.. function:: tokeneater(type, token, start, end, line)
54
55   This function is used by :func:`check` as a callback parameter to the function
56   :func:`tokenize.tokenize`.
57
n58-.. % XXX FIXME: Document \function{errprint},
n56+.. XXX document errprint, format_witnesses, Whitespace, check_equal, indents,
59-.. % \function{format_witnesses} \class{Whitespace}
57+   reset_globals
60-.. % check_equal, indents
61-.. % \function{reset_globals}
62
63
64.. seealso::
65
66   Module :mod:`tokenize`
67      Lexical scanner for Python source code.
t68- 
69-   .. % XXX may be add a reference to IDLE?
70- 
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op