1 .. _python: 2 3 *********************** 4 Python Runtime Services 5 *********************** 6 7 The modules described in this chapter provide a wide range of services related 8 to the Python interpreter and its interaction with its environment. Here's an 9 overview: 10 11 12 .. toctree:: 13 14 sys.rst 15 sysconfig.rst 16 builtins.rst 17 __main__.rst 18 warnings.rst 19 dataclasses.rst 20 contextlib.rst 21 abc.rst 22 atexit.rst 23 traceback.rst 24 __future__.rst 25 gc.rst 26 inspect.rst 27 site.rst 28