René's URL Explorer Experiment


Title: code --- 直譯器基底類別 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
code --- 直譯器基底類別https://python.github.io/python-docs-zh-tw/library/code.html
互動式直譯器物件https://python.github.io/python-docs-zh-tw/library/code.html#interactive-interpreter-objects
互動式控制台物件https://python.github.io/python-docs-zh-tw/library/code.html#interactive-console-objects
自訂 Python 直譯器https://python.github.io/python-docs-zh-tw/library/custominterp.html
codeop --- 編譯 Python 程式碼https://python.github.io/python-docs-zh-tw/library/codeop.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/code.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/codeop.html
上一頁https://python.github.io/python-docs-zh-tw/library/custominterp.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
自訂 Python 直譯器https://python.github.io/python-docs-zh-tw/library/custominterp.html
code --- 直譯器基底類別https://python.github.io/python-docs-zh-tw/library/code.html
https://python.github.io/python-docs-zh-tw/library/code.html#module-code
Lib/code.pyhttps://github.com/python/cpython/tree/3.14/Lib/code.py
https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter
https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveConsole
InteractiveInterpreterhttps://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter
SystemExithttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SystemExit
https://python.github.io/python-docs-zh-tw/library/code.html#code.interact
InteractiveConsolehttps://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveConsole
InteractiveConsole.raw_input()https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveConsole.raw_input
InteractiveConsolehttps://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveConsole
InteractiveConsolehttps://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveConsole
interact()https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveConsole.interact
https://python.github.io/python-docs-zh-tw/library/code.html#code.compile_command
SyntaxErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError
OverflowErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OverflowError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/code.html#interactive-interpreter-objects
https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter.runsource
compile_command()https://python.github.io/python-docs-zh-tw/library/code.html#code.compile_command
compile_command()https://python.github.io/python-docs-zh-tw/library/code.html#code.compile_command
SyntaxErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError
OverflowErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OverflowError
showsyntaxerror()https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter.showsyntaxerror
runsource()https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter.runsource
compile_command()https://python.github.io/python-docs-zh-tw/library/code.html#code.compile_command
runsource()https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter.runsource
compile_command()https://python.github.io/python-docs-zh-tw/library/code.html#code.compile_command
runcode()https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter.runcode
SystemExithttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SystemExit
runsource()https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter.runsource
https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter.runcode
showtraceback()https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter.showtraceback
SystemExithttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SystemExit
KeyboardInterrupthttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyboardInterrupt
https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter.showsyntaxerror
write()https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter.write
https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter.showtraceback
write()https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter.write
https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter.write
https://python.github.io/python-docs-zh-tw/library/code.html#interactive-console-objects
InteractiveConsolehttps://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveConsole
InteractiveInterpreterhttps://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter
https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveConsole.interact
https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveConsole.push
runsource()https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveInterpreter.runsource
https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveConsole.resetbuffer
https://python.github.io/python-docs-zh-tw/library/code.html#code.InteractiveConsole.raw_input
EOFErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#EOFError
目錄https://python.github.io/python-docs-zh-tw/contents.html
code --- 直譯器基底類別https://python.github.io/python-docs-zh-tw/library/code.html
互動式直譯器物件https://python.github.io/python-docs-zh-tw/library/code.html#interactive-interpreter-objects
互動式控制台物件https://python.github.io/python-docs-zh-tw/library/code.html#interactive-console-objects
自訂 Python 直譯器https://python.github.io/python-docs-zh-tw/library/custominterp.html
codeop --- 編譯 Python 程式碼https://python.github.io/python-docs-zh-tw/library/codeop.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/code.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/codeop.html
上一頁https://python.github.io/python-docs-zh-tw/library/custominterp.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
自訂 Python 直譯器https://python.github.io/python-docs-zh-tw/library/custominterp.html
code --- 直譯器基底類別https://python.github.io/python-docs-zh-tw/library/code.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.