Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
03c05a51
Commit
03c05a51
authored
May 11, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move the "See also:" section so it appears are part of the top HTML
page of the section.
parent
184e8360
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
Doc/lib/libparser.tex
Doc/lib/libparser.tex
+8
-10
No files found.
Doc/lib/libparser.tex
View file @
03c05a51
...
@@ -96,6 +96,14 @@ and compiled code objects, but there are also functions which serve to
...
@@ -96,6 +96,14 @@ and compiled code objects, but there are also functions which serve to
query the type of parse tree represented by an AST object.
query the type of parse tree represented by an AST object.
\begin{seealso}
\seemodule
{
symbol
}{
Useful constants representing internal nodes of
the parse tree.
}
\seemodule
{
token
}{
Useful constants representing leaf nodes of the
parse tree and functions for testing node values.
}
\end{seealso}
\subsection
{
Creating AST Objects
}
\subsection
{
Creating AST Objects
}
\label
{
Creating ASTs
}
\label
{
Creating ASTs
}
...
@@ -714,13 +722,3 @@ This provides an easy-to-use interface to the documentation of a
...
@@ -714,13 +722,3 @@ This provides an easy-to-use interface to the documentation of a
module. If information is required which is not extracted by the code
module. If information is required which is not extracted by the code
of this example, the code may be extended at clearly defined points to
of this example, the code may be extended at clearly defined points to
provide additional capabilities.
provide additional capabilities.
\begin{seealso}
\seemodule
{
symbol
}{
useful constants representing internal nodes of the
parse tree
}
\seemodule
{
token
}{
useful constants representing leaf nodes of the
parse tree and functions for testing node values
}
\end{seealso}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment