Line | |
---|
1 | \chapter{Custom Python Interpreters}
|
---|
2 | \label{custominterp}
|
---|
3 |
|
---|
4 | The modules described in this chapter allow writing interfaces similar
|
---|
5 | to Python's interactive interpreter. If you want a Python interpreter
|
---|
6 | that supports some special feature in addition to the Python language,
|
---|
7 | you should look at the \module{code} module. (The \module{codeop}
|
---|
8 | module is lower-level, used to support compiling a possibly-incomplete
|
---|
9 | chunk of Python code.)
|
---|
10 |
|
---|
11 | The full list of modules described in this chapter is:
|
---|
12 |
|
---|
13 | \localmoduletable
|
---|
Note:
See
TracBrowser
for help on using the repository browser.