René's URL Explorer Experiment


Title: pkgutil --- 套件擴充工具程式 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
zipimport --- 從 Zip 封存檔案匯入模組https://python.github.io/python-docs-zh-tw/library/zipimport.html
modulefinder --- 搜尋腳本所使用的模組https://python.github.io/python-docs-zh-tw/library/modulefinder.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/pkgutil.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/modulefinder.html
上一頁https://python.github.io/python-docs-zh-tw/library/zipimport.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
引入模組https://python.github.io/python-docs-zh-tw/library/modules.html
pkgutil --- 套件擴充工具程式https://python.github.io/python-docs-zh-tw/library/pkgutil.html
https://python.github.io/python-docs-zh-tw/library/pkgutil.html#module-pkgutil
Lib/pkgutil.pyhttps://github.com/python/cpython/tree/3.14/Lib/pkgutil.py
https://python.github.io/python-docs-zh-tw/library/pkgutil.html#pkgutil.ModuleInfo
https://python.github.io/python-docs-zh-tw/library/pkgutil.html#pkgutil.extend_path
sys.pathhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.path
__path__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__path__
sitehttps://python.github.io/python-docs-zh-tw/library/site.html#module-site
sys.pathhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.path
sys.pathhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.path
sys.pathhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.path
os.path.isdir()https://python.github.io/python-docs-zh-tw/library/os.path.html#os.path.isdir
https://python.github.io/python-docs-zh-tw/library/pkgutil.html#pkgutil.get_importer
finderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-finder
sys.path_importer_cachehttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.path_importer_cache
sys.path_hookshttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.path_hooks
importlibhttps://python.github.io/python-docs-zh-tw/library/importlib.html#module-importlib
PEP 302https://peps.python.org/pep-0302/
https://python.github.io/python-docs-zh-tw/library/pkgutil.html#pkgutil.iter_importers
finderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-finder
sys.meta_pathhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.meta_path
sys.path_hookshttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.path_hooks
importlibhttps://python.github.io/python-docs-zh-tw/library/importlib.html#module-importlib
PEP 302https://peps.python.org/pep-0302/
https://python.github.io/python-docs-zh-tw/library/pkgutil.html#pkgutil.iter_modules
ModuleInfohttps://python.github.io/python-docs-zh-tw/library/pkgutil.html#pkgutil.ModuleInfo
sys.pathhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.path
finderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-finder
importlib.machinery.FileFinderhttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.machinery.FileFinder
zipimport.zipimporterhttps://python.github.io/python-docs-zh-tw/library/zipimport.html#zipimport.zipimporter
importlibhttps://python.github.io/python-docs-zh-tw/library/importlib.html#module-importlib
PEP 302https://peps.python.org/pep-0302/
https://python.github.io/python-docs-zh-tw/library/pkgutil.html#pkgutil.walk_packages
ModuleInfohttps://python.github.io/python-docs-zh-tw/library/pkgutil.html#pkgutil.ModuleInfo
ImportErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ImportError
finderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-finder
importlib.machinery.FileFinderhttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.machinery.FileFinder
zipimport.zipimporterhttps://python.github.io/python-docs-zh-tw/library/zipimport.html#zipimport.zipimporter
importlibhttps://python.github.io/python-docs-zh-tw/library/importlib.html#module-importlib
PEP 302https://peps.python.org/pep-0302/
https://python.github.io/python-docs-zh-tw/library/pkgutil.html#pkgutil.get_data
loaderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-loader
get_datahttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.abc.ResourceLoader.get_data
get_datahttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.abc.ResourceLoader.get_data
loaderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-loader
命名空間套件https://python.github.io/python-docs-zh-tw/glossary.html#term-namespace-package
loaderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-loader
get_datahttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.abc.ResourceLoader.get_data
https://python.github.io/python-docs-zh-tw/library/pkgutil.html#pkgutil.resolve_name
bpo-12915https://bugs.python.org/issue?@action=redirect&bpo=12915
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
ImportErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ImportError
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
zipimport --- 從 Zip 封存檔案匯入模組https://python.github.io/python-docs-zh-tw/library/zipimport.html
modulefinder --- 搜尋腳本所使用的模組https://python.github.io/python-docs-zh-tw/library/modulefinder.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/pkgutil.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/modulefinder.html
上一頁https://python.github.io/python-docs-zh-tw/library/zipimport.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
引入模組https://python.github.io/python-docs-zh-tw/library/modules.html
pkgutil --- 套件擴充工具程式https://python.github.io/python-docs-zh-tw/library/pkgutil.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.