René's URL Explorer Experiment


Title: 5. The import system — Python 3.14.2 documentation

Open Graph Title: 5. The import system

Description: Python code in one module gains access to the code in another module by the process of importing it. The import statement is the most common way of invoking the import machinery, but it is not the ...

Open Graph Description: Python code in one module gains access to the code in another module by the process of importing it. The import statement is the most common way of invoking the import machinery, but it is not the ...

Opengraph URL: https://docs.python.org/3/reference/import.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_reference_import_dba6a9f9.png
og:image:altPython code in one module gains access to the code in another module by the process of importing it. The import statement is the most common way of invoking the import machinery, but it is not the ...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/3/contents.html
5. The import systemhttps://docs.python.org/3/reference/import.html
5.1. importlibhttps://docs.python.org/3/reference/import.html#importlib
5.2. Packageshttps://docs.python.org/3/reference/import.html#packages
5.2.1. Regular packageshttps://docs.python.org/3/reference/import.html#regular-packages
5.2.2. Namespace packageshttps://docs.python.org/3/reference/import.html#namespace-packages
5.3. Searchinghttps://docs.python.org/3/reference/import.html#searching
5.3.1. The module cachehttps://docs.python.org/3/reference/import.html#the-module-cache
5.3.2. Finders and loadershttps://docs.python.org/3/reference/import.html#finders-and-loaders
5.3.3. Import hookshttps://docs.python.org/3/reference/import.html#import-hooks
5.3.4. The meta pathhttps://docs.python.org/3/reference/import.html#the-meta-path
5.4. Loadinghttps://docs.python.org/3/reference/import.html#loading
5.4.1. Loadershttps://docs.python.org/3/reference/import.html#loaders
5.4.2. Submoduleshttps://docs.python.org/3/reference/import.html#submodules
5.4.3. Module specshttps://docs.python.org/3/reference/import.html#module-specs
5.4.4. __path__ attributes on moduleshttps://docs.python.org/3/reference/import.html#path-attributes-on-modules
5.4.5. Module reprshttps://docs.python.org/3/reference/import.html#module-reprs
5.4.6. Cached bytecode invalidationhttps://docs.python.org/3/reference/import.html#cached-bytecode-invalidation
5.5. The Path Based Finderhttps://docs.python.org/3/reference/import.html#the-path-based-finder
5.5.1. Path entry findershttps://docs.python.org/3/reference/import.html#path-entry-finders
5.5.2. Path entry finder protocolhttps://docs.python.org/3/reference/import.html#path-entry-finder-protocol
5.6. Replacing the standard import systemhttps://docs.python.org/3/reference/import.html#replacing-the-standard-import-system
5.7. Package Relative Importshttps://docs.python.org/3/reference/import.html#package-relative-imports
5.8. Special considerations for __main__https://docs.python.org/3/reference/import.html#special-considerations-for-main
5.8.1. __main__.__spec__https://docs.python.org/3/reference/import.html#main-spec
5.9. Referenceshttps://docs.python.org/3/reference/import.html#references
4. Execution modelhttps://docs.python.org/3/reference/executionmodel.html
6. Expressionshttps://docs.python.org/3/reference/expressions.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/reference/import.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/reference/expressions.html
previoushttps://docs.python.org/3/reference/executionmodel.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Language Referencehttps://docs.python.org/3/reference/index.html
5. The import systemhttps://docs.python.org/3/reference/import.html
https://docs.python.org/3/reference/import.html#the-import-system
modulehttps://docs.python.org/3/glossary.html#term-module
importinghttps://docs.python.org/3/glossary.html#term-importing
importhttps://docs.python.org/3/reference/simple_stmts.html#import
importlib.import_module()https://docs.python.org/3/library/importlib.html#importlib.import_module
__import__()https://docs.python.org/3/library/functions.html#import__
importhttps://docs.python.org/3/reference/simple_stmts.html#import
__import__()https://docs.python.org/3/library/functions.html#import__
__import__()https://docs.python.org/3/library/functions.html#import__
__import__()https://docs.python.org/3/library/functions.html#import__
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
importhttps://docs.python.org/3/reference/simple_stmts.html#import
importhttps://docs.python.org/3/reference/simple_stmts.html#import
__import__()https://docs.python.org/3/library/functions.html#import__
importlib.import_module()https://docs.python.org/3/library/importlib.html#importlib.import_module
__import__()https://docs.python.org/3/library/functions.html#import__
[1]https://docs.python.org/3/reference/import.html#fnmo
ModuleNotFoundErrorhttps://docs.python.org/3/library/exceptions.html#ModuleNotFoundError
PEP 302https://peps.python.org/pep-0302/
sys.meta_pathhttps://docs.python.org/3/library/sys.html#sys.meta_path
PEP 420https://peps.python.org/pep-0420/
importlibhttps://docs.python.org/3/library/importlib.html#module-importlib
https://docs.python.org/3/reference/import.html#importlib
importlibhttps://docs.python.org/3/library/importlib.html#module-importlib
importlib.import_module()https://docs.python.org/3/library/importlib.html#importlib.import_module
__import__()https://docs.python.org/3/library/functions.html#import__
importlibhttps://docs.python.org/3/library/importlib.html#module-importlib
https://docs.python.org/3/reference/import.html#packages
packageshttps://docs.python.org/3/glossary.html#term-package
emailhttps://docs.python.org/3/library/email.html#module-email
email.mimehttps://docs.python.org/3/library/email.mime.html#module-email.mime
email.mime.texthttps://docs.python.org/3/library/email.mime.html#module-email.mime.text
https://docs.python.org/3/reference/import.html#regular-packages
regular packageshttps://docs.python.org/3/glossary.html#term-regular-package
namespace packageshttps://docs.python.org/3/glossary.html#term-namespace-package
https://docs.python.org/3/reference/import.html#namespace-packages
portionshttps://docs.python.org/3/glossary.html#term-portion
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
PEP 420https://peps.python.org/pep-0420/
https://docs.python.org/3/reference/import.html#searching
fully qualifiedhttps://docs.python.org/3/glossary.html#term-qualified-name
importhttps://docs.python.org/3/reference/simple_stmts.html#import
importlib.import_module()https://docs.python.org/3/library/importlib.html#importlib.import_module
__import__()https://docs.python.org/3/library/functions.html#import__
ModuleNotFoundErrorhttps://docs.python.org/3/library/exceptions.html#ModuleNotFoundError
https://docs.python.org/3/reference/import.html#the-module-cache
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
ModuleNotFoundErrorhttps://docs.python.org/3/library/exceptions.html#ModuleNotFoundError
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
ModuleNotFoundErrorhttps://docs.python.org/3/library/exceptions.html#ModuleNotFoundError
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
importlib.reload()https://docs.python.org/3/library/importlib.html#importlib.reload
https://docs.python.org/3/reference/import.html#finders-and-loaders
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
findershttps://docs.python.org/3/glossary.html#term-finder
loadershttps://docs.python.org/3/glossary.html#term-loader
importershttps://docs.python.org/3/glossary.html#term-importer
import pathhttps://docs.python.org/3/glossary.html#term-import-path
import pathhttps://docs.python.org/3/glossary.html#term-import-path
loadershttps://docs.python.org/3/glossary.html#term-loader
https://docs.python.org/3/reference/import.html#import-hooks
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
sys.meta_pathhttps://docs.python.org/3/library/sys.html#sys.meta_path
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
sys.path_hookshttps://docs.python.org/3/library/sys.html#sys.path_hooks
https://docs.python.org/3/reference/import.html#the-meta-path
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
sys.meta_pathhttps://docs.python.org/3/library/sys.html#sys.meta_path
find_spec()https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
sys.meta_pathhttps://docs.python.org/3/library/sys.html#sys.meta_path
ModuleNotFoundErrorhttps://docs.python.org/3/library/exceptions.html#ModuleNotFoundError
find_spec()https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
ModuleNotFoundErrorhttps://docs.python.org/3/library/exceptions.html#ModuleNotFoundError
sys.meta_pathhttps://docs.python.org/3/library/sys.html#sys.meta_path
import pathhttps://docs.python.org/3/glossary.html#term-import-path
path based finderhttps://docs.python.org/3/glossary.html#term-path-based-finder
find_spec()https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
find_spec()https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
ImportWarninghttps://docs.python.org/3/library/exceptions.html#ImportWarning
find_spec()https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
https://docs.python.org/3/reference/import.html#loading
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
later sectionhttps://docs.python.org/3/reference/datamodel.html#import-mod-attrs
[2]https://docs.python.org/3/reference/import.html#fnlo
importlib.abc.Loader.load_module()https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module
https://docs.python.org/3/reference/import.html#loaders
importlib.abc.Loader.exec_module()https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.exec_module
exec_module()https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.exec_module
ImportErrorhttps://docs.python.org/3/library/exceptions.html#ImportError
exec_module()https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.exec_module
find_spec()https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
create_module()https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.create_module
create_module()https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.create_module
load_module()https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module
exec_module()https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.exec_module
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
importlib.reload()https://docs.python.org/3/library/importlib.html#importlib.reload
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
DeprecationWarninghttps://docs.python.org/3/library/exceptions.html#DeprecationWarning
ImportErrorhttps://docs.python.org/3/library/exceptions.html#ImportError
ImportWarninghttps://docs.python.org/3/library/exceptions.html#ImportWarning
https://docs.python.org/3/reference/import.html#submodules
https://docs.python.org/3/reference/import.html#module-specs
module.__spec__https://docs.python.org/3/reference/datamodel.html#module.__spec__
modules initialized during interpreter startuphttps://docs.python.org/3/reference/toplevel_components.html#programs
set to None in some caseshttps://docs.python.org/3/reference/import.html#main-spec
ModuleSpechttps://docs.python.org/3/library/importlib.html#importlib.machinery.ModuleSpec
https://docs.python.org/3/reference/import.html#path-attributes-on-modules
__path__https://docs.python.org/3/reference/datamodel.html#module.__path__
sequencehttps://docs.python.org/3/glossary.html#term-sequence
packagehttps://docs.python.org/3/glossary.html#term-package
__path__https://docs.python.org/3/reference/datamodel.html#module.__path__
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
sys.path_hookshttps://docs.python.org/3/library/sys.html#sys.path_hooks
__path__https://docs.python.org/3/reference/datamodel.html#module.__path__
PEP 420https://peps.python.org/pep-0420/
PEP 420https://peps.python.org/pep-0420/
https://docs.python.org/3/reference/import.html#module-reprs
https://docs.python.org/3/reference/import.html#cached-bytecode-invalidation
--check-hash-based-pycshttps://docs.python.org/3/using/cmdline.html#cmdoption-check-hash-based-pycs
https://docs.python.org/3/reference/import.html#the-path-based-finder
path based finderhttps://docs.python.org/3/glossary.html#term-path-based-finder
PathFinderhttps://docs.python.org/3/library/importlib.html#importlib.machinery.PathFinder
import pathhttps://docs.python.org/3/glossary.html#term-import-path
path entrieshttps://docs.python.org/3/glossary.html#term-path-entry
zipimporthttps://docs.python.org/3/library/zipimport.html#module-zipimport
path entry finderhttps://docs.python.org/3/glossary.html#term-path-entry-finder
meta path finderhttps://docs.python.org/3/glossary.html#term-meta-path-finder
path entry finderhttps://docs.python.org/3/glossary.html#term-path-entry-finder
sys.meta_pathhttps://docs.python.org/3/library/sys.html#sys.meta_path
sys.meta_pathhttps://docs.python.org/3/library/sys.html#sys.meta_path
https://docs.python.org/3/reference/import.html#path-entry-finders
path based finderhttps://docs.python.org/3/glossary.html#term-path-based-finder
path entryhttps://docs.python.org/3/glossary.html#term-path-entry
path based finderhttps://docs.python.org/3/glossary.html#term-path-based-finder
find_spec()https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
import pathhttps://docs.python.org/3/glossary.html#term-import-path
path based finderhttps://docs.python.org/3/glossary.html#term-path-based-finder
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
sys.path_hookshttps://docs.python.org/3/library/sys.html#sys.path_hooks
sys.path_importer_cachehttps://docs.python.org/3/library/sys.html#sys.path_importer_cache
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
PYTHONPATHhttps://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
sitehttps://docs.python.org/3/library/site.html#module-site
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
path based finderhttps://docs.python.org/3/glossary.html#term-path-based-finder
meta path finderhttps://docs.python.org/3/glossary.html#term-meta-path-finder
import pathhttps://docs.python.org/3/glossary.html#term-import-path
find_spec()https://docs.python.org/3/library/importlib.html#importlib.machinery.PathFinder.find_spec
find_spec()https://docs.python.org/3/library/importlib.html#importlib.machinery.PathFinder.find_spec
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
path entry finderhttps://docs.python.org/3/glossary.html#term-path-entry-finder
PathEntryFinderhttps://docs.python.org/3/library/importlib.html#importlib.abc.PathEntryFinder
sys.path_importer_cachehttps://docs.python.org/3/library/sys.html#sys.path_importer_cache
importerhttps://docs.python.org/3/glossary.html#term-importer
path entryhttps://docs.python.org/3/glossary.html#term-path-entry
path entry finderhttps://docs.python.org/3/glossary.html#term-path-entry-finder
sys.path_importer_cachehttps://docs.python.org/3/library/sys.html#sys.path_importer_cache
sys.path_hookshttps://docs.python.org/3/library/sys.html#sys.path_hooks
path entry hookshttps://docs.python.org/3/glossary.html#term-path-entry-hook
path entry finderhttps://docs.python.org/3/glossary.html#term-path-entry-finder
ImportErrorhttps://docs.python.org/3/library/exceptions.html#ImportError
ImportErrorhttps://docs.python.org/3/library/exceptions.html#ImportError
path entry finderhttps://docs.python.org/3/glossary.html#term-path-entry-finder
path entryhttps://docs.python.org/3/glossary.html#term-path-entry
import pathhttps://docs.python.org/3/glossary.html#term-import-path
ImportErrorhttps://docs.python.org/3/library/exceptions.html#ImportError
sys.path_hookshttps://docs.python.org/3/library/sys.html#sys.path_hooks
path entry finderhttps://docs.python.org/3/glossary.html#term-path-entry-finder
find_spec()https://docs.python.org/3/library/importlib.html#importlib.machinery.PathFinder.find_spec
sys.path_importer_cachehttps://docs.python.org/3/library/sys.html#sys.path_importer_cache
meta path finderhttps://docs.python.org/3/glossary.html#term-meta-path-finder
path entry finderhttps://docs.python.org/3/glossary.html#term-path-entry-finder
path entry hookhttps://docs.python.org/3/glossary.html#term-path-entry-hook
sys.path_hookshttps://docs.python.org/3/library/sys.html#sys.path_hooks
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
sys.path_importer_cachehttps://docs.python.org/3/library/sys.html#sys.path_importer_cache
sys.path_importer_cachehttps://docs.python.org/3/library/sys.html#sys.path_importer_cache
importlib.machinery.PathFinder.find_spec()https://docs.python.org/3/library/importlib.html#importlib.machinery.PathFinder.find_spec
https://docs.python.org/3/reference/import.html#path-entry-finder-protocol
find_spec()https://docs.python.org/3/library/importlib.html#importlib.abc.PathEntryFinder.find_spec
find_spec()https://docs.python.org/3/library/importlib.html#importlib.abc.PathEntryFinder.find_spec
portionhttps://docs.python.org/3/glossary.html#term-portion
find_spec()https://docs.python.org/3/library/importlib.html#importlib.abc.PathEntryFinder.find_spec
portionhttps://docs.python.org/3/glossary.html#term-portion
ImportWarninghttps://docs.python.org/3/library/exceptions.html#ImportWarning
https://docs.python.org/3/reference/import.html#replacing-the-standard-import-system
sys.meta_pathhttps://docs.python.org/3/library/sys.html#sys.meta_path
__import__()https://docs.python.org/3/library/functions.html#import__
ModuleNotFoundErrorhttps://docs.python.org/3/library/exceptions.html#ModuleNotFoundError
find_spec()https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
https://docs.python.org/3/reference/import.html#package-relative-imports
https://docs.python.org/3/reference/import.html#special-considerations-for-main
__main__https://docs.python.org/3/library/__main__.html#module-__main__
elsewherehttps://docs.python.org/3/reference/toplevel_components.html#programs
syshttps://docs.python.org/3/library/sys.html#module-sys
builtinshttps://docs.python.org/3/library/builtins.html#module-builtins
https://docs.python.org/3/reference/import.html#main-spec
__main__https://docs.python.org/3/library/__main__.html#module-__main__
-mhttps://docs.python.org/3/using/cmdline.html#cmdoption-m
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
the remaining caseshttps://docs.python.org/3/using/cmdline.html#using-on-interface-options
__main__https://docs.python.org/3/library/__main__.html#module-__main__
-chttps://docs.python.org/3/using/cmdline.html#cmdoption-c
-mhttps://docs.python.org/3/using/cmdline.html#cmdoption-m
__main__https://docs.python.org/3/library/__main__.html#module-__main__
https://docs.python.org/3/reference/import.html#references
specification for packageshttps://www.python.org/doc/essays/packages/
sys.meta_pathhttps://docs.python.org/3/library/sys.html#sys.meta_path
PEP 302https://peps.python.org/pep-0302/
PEP 420https://peps.python.org/pep-0420/
PEP 420https://peps.python.org/pep-0420/
namespace packageshttps://docs.python.org/3/glossary.html#term-namespace-package
PEP 420https://peps.python.org/pep-0420/
PEP 366https://peps.python.org/pep-0366/
PEP 328https://peps.python.org/pep-0328/
PEP 366https://peps.python.org/pep-0366/
PEP 338https://peps.python.org/pep-0338/
PEP 451https://peps.python.org/pep-0451/
1https://docs.python.org/3/reference/import.html#id1
types.ModuleTypehttps://docs.python.org/3/library/types.html#types.ModuleType
2https://docs.python.org/3/reference/import.html#id3
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
sys.moduleshttps://docs.python.org/3/library/sys.html#sys.modules
Table of Contentshttps://docs.python.org/3/contents.html
5. The import systemhttps://docs.python.org/3/reference/import.html
5.1. importlibhttps://docs.python.org/3/reference/import.html#importlib
5.2. Packageshttps://docs.python.org/3/reference/import.html#packages
5.2.1. Regular packageshttps://docs.python.org/3/reference/import.html#regular-packages
5.2.2. Namespace packageshttps://docs.python.org/3/reference/import.html#namespace-packages
5.3. Searchinghttps://docs.python.org/3/reference/import.html#searching
5.3.1. The module cachehttps://docs.python.org/3/reference/import.html#the-module-cache
5.3.2. Finders and loadershttps://docs.python.org/3/reference/import.html#finders-and-loaders
5.3.3. Import hookshttps://docs.python.org/3/reference/import.html#import-hooks
5.3.4. The meta pathhttps://docs.python.org/3/reference/import.html#the-meta-path
5.4. Loadinghttps://docs.python.org/3/reference/import.html#loading
5.4.1. Loadershttps://docs.python.org/3/reference/import.html#loaders
5.4.2. Submoduleshttps://docs.python.org/3/reference/import.html#submodules
5.4.3. Module specshttps://docs.python.org/3/reference/import.html#module-specs
5.4.4. __path__ attributes on moduleshttps://docs.python.org/3/reference/import.html#path-attributes-on-modules
5.4.5. Module reprshttps://docs.python.org/3/reference/import.html#module-reprs
5.4.6. Cached bytecode invalidationhttps://docs.python.org/3/reference/import.html#cached-bytecode-invalidation
5.5. The Path Based Finderhttps://docs.python.org/3/reference/import.html#the-path-based-finder
5.5.1. Path entry findershttps://docs.python.org/3/reference/import.html#path-entry-finders
5.5.2. Path entry finder protocolhttps://docs.python.org/3/reference/import.html#path-entry-finder-protocol
5.6. Replacing the standard import systemhttps://docs.python.org/3/reference/import.html#replacing-the-standard-import-system
5.7. Package Relative Importshttps://docs.python.org/3/reference/import.html#package-relative-imports
5.8. Special considerations for __main__https://docs.python.org/3/reference/import.html#special-considerations-for-main
5.8.1. __main__.__spec__https://docs.python.org/3/reference/import.html#main-spec
5.9. Referenceshttps://docs.python.org/3/reference/import.html#references
4. Execution modelhttps://docs.python.org/3/reference/executionmodel.html
6. Expressionshttps://docs.python.org/3/reference/expressions.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/reference/import.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/reference/expressions.html
previoushttps://docs.python.org/3/reference/executionmodel.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Language Referencehttps://docs.python.org/3/reference/index.html
5. The import systemhttps://docs.python.org/3/reference/import.html
Copyrighthttps://docs.python.org/3/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.