summaryrefslogtreecommitdiff
path: root/devdocs/python~3.12/library%2Fcustominterp.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/python~3.12/library%2Fcustominterp.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/python~3.12/library%2Fcustominterp.html')
-rw-r--r--devdocs/python~3.12/library%2Fcustominterp.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/devdocs/python~3.12/library%2Fcustominterp.html b/devdocs/python~3.12/library%2Fcustominterp.html
deleted file mode 100644
index 53c3a8c8..00000000
--- a/devdocs/python~3.12/library%2Fcustominterp.html
+++ /dev/null
@@ -1,7 +0,0 @@
- <span id="custominterp"></span><h1>Custom Python Interpreters</h1> <p>The modules described in this chapter allow writing interfaces similar to Python’s interactive interpreter. If you want a Python interpreter that supports some special feature in addition to the Python language, you should look at the <a class="reference internal" href="code#module-code" title="code: Facilities to implement read-eval-print loops."><code>code</code></a> module. (The <a class="reference internal" href="codeop#module-codeop" title="codeop: Compile (possibly incomplete) Python code."><code>codeop</code></a> module is lower-level, used to support compiling a possibly incomplete chunk of Python code.)</p> <p>The full list of modules described in this chapter is:</p> <ul> <li class="toctree-l1">
-<a class="reference internal" href="code"><code>code</code> — Interpreter base classes</a><ul> <li class="toctree-l2"><a class="reference internal" href="code#interactive-interpreter-objects">Interactive Interpreter Objects</a></li> <li class="toctree-l2"><a class="reference internal" href="code#interactive-console-objects">Interactive Console Objects</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="codeop"><code>codeop</code> — Compile Python code</a></li> </ul> <div class="_attribution">
- <p class="_attribution-p">
- &copy; 2001&ndash;2023 Python Software Foundation<br>Licensed under the PSF License.<br>
- <a href="https://docs.python.org/3.12/library/custominterp.html" class="_attribution-link">https://docs.python.org/3.12/library/custominterp.html</a>
- </p>
-</div>