File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,24 +77,13 @@ \section{Miscellaneous useful utilities}
7777\section {Parsing Python }
7878
7979(One could argue that these should all be documented together with the
80- parser module; in fact the parser module section already references
81- the token and symbol modules.)
82-
83- token.py -- Tokens (from `` token.h'' )
84-
85- symbol.py -- Symbols (from `` graminit.h'' )
86-
87- keyword.py -- Keywords (from `` graminit.c'' )
80+ parser module.)
8881
8982tokenize.py -- regular expression that recognizes Python tokens; also
9083contains helper code for colorizing Python source code.
9184
9285pyclbr.py -- Parse a Python file and retrieve classes and methods
9386
94- code.py -- Deal with Python code objects: code.compile_command() can
95- determine whether an interactively entered command is complete or not,
96- distinguishing incomplete from invalid input.
97-
9887
9988\section {Platform specific modules }
10089
Original file line number Diff line number Diff line change @@ -77,24 +77,13 @@ \section{Miscellaneous useful utilities}
7777\section {Parsing Python }
7878
7979(One could argue that these should all be documented together with the
80- parser module; in fact the parser module section already references
81- the token and symbol modules.)
82-
83- token.py -- Tokens (from `` token.h'' )
84-
85- symbol.py -- Symbols (from `` graminit.h'' )
86-
87- keyword.py -- Keywords (from `` graminit.c'' )
80+ parser module.)
8881
8982tokenize.py -- regular expression that recognizes Python tokens; also
9083contains helper code for colorizing Python source code.
9184
9285pyclbr.py -- Parse a Python file and retrieve classes and methods
9386
94- code.py -- Deal with Python code objects: code.compile_command() can
95- determine whether an interactively entered command is complete or not,
96- distinguishing incomplete from invalid input.
97-
9887
9988\section {Platform specific modules }
10089
You can’t perform that action at this time.
0 commit comments