mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
added parser module to overview
This commit is contained in:
parent
38e5088aa4
commit
3317e63cbb
2 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,10 @@ different constraints).
|
|||
\item[imp]
|
||||
--- Access the implementation of the \code{import} statement.
|
||||
|
||||
\item[parser]
|
||||
--- Retrieve and submit parse trees from and to the runtime support
|
||||
environment.
|
||||
|
||||
\item[__builtin__]
|
||||
--- The set of built-in functions.
|
||||
|
||||
|
|
|
@ -31,6 +31,10 @@ different constraints).
|
|||
\item[imp]
|
||||
--- Access the implementation of the \code{import} statement.
|
||||
|
||||
\item[parser]
|
||||
--- Retrieve and submit parse trees from and to the runtime support
|
||||
environment.
|
||||
|
||||
\item[__builtin__]
|
||||
--- The set of built-in functions.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue