2007-08-15 14:28:22 +00:00
|
|
|
.. _python:
|
|
|
|
|
|
|
|
***********************
|
|
|
|
Python Runtime Services
|
|
|
|
***********************
|
|
|
|
|
|
|
|
The modules described in this chapter provide a wide range of services related
|
|
|
|
to the Python interpreter and its interaction with its environment. Here's an
|
|
|
|
overview:
|
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
|
|
|
sys.rst
|
2023-09-05 12:35:52 +01:00
|
|
|
sys.monitoring.rst
|
2010-02-02 23:17:47 +00:00
|
|
|
sysconfig.rst
|
2007-12-02 09:40:06 +00:00
|
|
|
builtins.rst
|
2007-08-15 14:28:22 +00:00
|
|
|
__main__.rst
|
|
|
|
warnings.rst
|
2018-05-16 04:20:43 -04:00
|
|
|
dataclasses.rst
|
2007-08-15 14:28:22 +00:00
|
|
|
contextlib.rst
|
2007-09-04 08:11:03 +00:00
|
|
|
abc.rst
|
2007-08-15 14:28:22 +00:00
|
|
|
atexit.rst
|
|
|
|
traceback.rst
|
|
|
|
__future__.rst
|
|
|
|
gc.rst
|
|
|
|
inspect.rst
|
2024-09-11 07:49:59 -07:00
|
|
|
annotationlib.rst
|
2007-08-15 14:28:22 +00:00
|
|
|
site.rst
|
2025-06-11 17:35:48 -06:00
|
|
|
|
|
|
|
.. seealso::
|
|
|
|
|
|
|
|
* See the :mod:`concurrent.interpreters` module, which similarly
|
|
|
|
exposes core runtime functionality.
|