Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 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 |
Tarek Ziadé | 1875570 | 2010-02-02 23:17:47 +0000 | [diff] [blame] | 15 | sysconfig.rst |
Georg Brandl | 1a3284e | 2007-12-02 09:40:06 +0000 | [diff] [blame] | 16 | builtins.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 17 | __main__.rst |
| 18 | warnings.rst |
Eric V. Smith | 98d50cb | 2018-05-16 04:20:43 -0400 | [diff] [blame^] | 19 | dataclasses.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 20 | contextlib.rst |
Georg Brandl | aeaa546 | 2007-09-04 08:11:03 +0000 | [diff] [blame] | 21 | abc.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 22 | atexit.rst |
| 23 | traceback.rst |
| 24 | __future__.rst |
| 25 | gc.rst |
| 26 | inspect.rst |
| 27 | site.rst |