2007-08-15 11:28:22 -03: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
|
2007-12-02 05:40:06 -04:00
|
|
|
builtins.rst
|
2007-08-15 11:28:22 -03:00
|
|
|
__main__.rst
|
|
|
|
warnings.rst
|
|
|
|
contextlib.rst
|
2007-09-04 05:11:03 -03:00
|
|
|
abc.rst
|
2007-08-15 11:28:22 -03:00
|
|
|
atexit.rst
|
|
|
|
traceback.rst
|
|
|
|
__future__.rst
|
|
|
|
gc.rst
|
|
|
|
inspect.rst
|
|
|
|
site.rst
|
|
|
|
fpectl.rst
|