René's URL Explorer Experiment


Title: runpy — Locating and executing Python modules — Python 3.15.0a5 documentation

Open Graph Title: runpy — Locating and executing Python modules

Description: Source code: Lib/runpy.py The runpy module is used to locate and run Python modules without importing them first. Its main use is to implement the-m command line switch that allows scripts to be lo...

Open Graph Description: Source code: Lib/runpy.py The runpy module is used to locate and run Python modules without importing them first. Its main use is to implement the-m command line switch that allows scripts to be lo...

Opengraph URL: https://docs.python.org/3/library/runpy.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.15/_images/social_previews/summary_library_runpy_bcbc0f22.png
og:image:altSource code: Lib/runpy.py The runpy module is used to locate and run Python modules without importing them first. Its main use is to implement the-m command line switch that allows scripts to be lo...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
modulefinder — Find modules used by a scripthttps://docs.python.org/dev/library/modulefinder.html
importlib — The implementation of importhttps://docs.python.org/dev/library/importlib.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/runpy.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/importlib.html
previoushttps://docs.python.org/dev/library/modulefinder.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Importing Moduleshttps://docs.python.org/dev/library/modules.html
runpy — Locating and executing Python moduleshttps://docs.python.org/dev/library/runpy.html
https://docs.python.org/dev/library/runpy.html#module-runpy
Lib/runpy.pyhttps://github.com/python/cpython/tree/main/Lib/runpy.py
runpyhttps://docs.python.org/dev/library/runpy.html#module-runpy
-mhttps://docs.python.org/dev/using/cmdline.html#cmdoption-m
runpyhttps://docs.python.org/dev/library/runpy.html#module-runpy
importlibhttps://docs.python.org/dev/library/importlib.html#module-importlib
runpyhttps://docs.python.org/dev/library/runpy.html#module-runpy
https://docs.python.org/dev/library/runpy.html#runpy.run_module
PEP 302https://peps.python.org/pep-0302/
__main__https://docs.python.org/dev/library/__main__.html#module-__main__
run_module()https://docs.python.org/dev/library/runpy.html#runpy.run_module
Nonehttps://docs.python.org/dev/library/constants.html#None
set as normalhttps://docs.python.org/dev/reference/datamodel.html#import-mod-attrs
Truehttps://docs.python.org/dev/library/constants.html#True
syshttps://docs.python.org/dev/library/sys.html#module-sys
-mhttps://docs.python.org/dev/using/cmdline.html#cmdoption-m
__main__https://docs.python.org/dev/library/__main__.html#module-__main__
PEP 3147https://peps.python.org/pep-3147/
PEP 451https://peps.python.org/pep-0451/
ModuleSpechttps://docs.python.org/dev/library/importlib.html#importlib.machinery.ModuleSpec
https://docs.python.org/dev/library/runpy.html#runpy.run_path
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
__main__https://docs.python.org/dev/library/__main__.html#module-__main__
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
__main__https://docs.python.org/dev/library/__main__.html#module-__main__
run_path()https://docs.python.org/dev/library/runpy.html#runpy.run_path
Nonehttps://docs.python.org/dev/library/constants.html#None
Nonehttps://docs.python.org/dev/library/constants.html#None
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
__main__https://docs.python.org/dev/library/__main__.html#module-__main__
set as normalhttps://docs.python.org/dev/reference/datamodel.html#import-mod-attrs
syshttps://docs.python.org/dev/library/sys.html#module-sys
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
syshttps://docs.python.org/dev/library/sys.html#module-sys
run_module()https://docs.python.org/dev/library/runpy.html#runpy.run_module
syshttps://docs.python.org/dev/library/sys.html#module-sys
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
Interface optionshttps://docs.python.org/dev/using/cmdline.html#using-on-interface-options
PEP 451https://peps.python.org/pep-0451/
sys.pathhttps://docs.python.org/dev/library/sys.html#sys.path
PEP 338https://peps.python.org/pep-0338/
PEP 366https://peps.python.org/pep-0366/
PEP 451https://peps.python.org/pep-0451/
Command line and environmenthttps://docs.python.org/dev/using/cmdline.html#using-on-general
importlib.import_module()https://docs.python.org/dev/library/importlib.html#importlib.import_module
modulefinder — Find modules used by a scripthttps://docs.python.org/dev/library/modulefinder.html
importlib — The implementation of importhttps://docs.python.org/dev/library/importlib.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/runpy.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/importlib.html
previoushttps://docs.python.org/dev/library/modulefinder.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Importing Moduleshttps://docs.python.org/dev/library/modules.html
runpy — Locating and executing Python moduleshttps://docs.python.org/dev/library/runpy.html
Copyrighthttps://docs.python.org/dev/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.