Accueil
Rechercher:
sur developpez.com sur les forums
Forums | Tutoriels | F.A.Q's | Participez | Hébergement | Contacts
Accueil Conception Java DotNET Visual Basic  C  C++ Delphi Eclipse MS-Office SQL & SGBD Oracle  4D  Business Intelligence
Club Emploi Blogs   TV   Dév. Web PHP XML Python Autres 2D-3D-Jeux Sécurité Windows Linux PC Mac
FORUM PYTHON F.A.Q PYTHON TUTORIELS PYTHON SOURCES PYTHON OUTILS PYTHON LIVRES PYTHON
26. Python Runtime Services


26. 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:

sys   Access system-specific parameters and functions.
__builtin__   The module that provides the built-in namespace.
__main__   The environment where the top-level script is run.
warnings   Issue warning messages and control their disposition.
contextlib   Utilities for with-statement contexts.
atexit   Register and execute cleanup functions.
traceback   Print or retrieve a stack traceback.
__future__   Future statement definitions
gc   Interface to the cycle-detecting garbage collector.
inspect   Extract information and source code from live objects.
site   A standard way to reference site-specific modules.
user   A standard way to reference user-specific modules.
fpectl   Provide control for floating point exception handling.

See About this document... for information on suggesting changes.
Responsable bénévole de la rubrique Python : Guillaume Duriaud - Contacter par EMail :
Vos questions techniques : forum d'entraide Python - Publiez vos articles, tutoriels et cours
et rejoignez-nous dans l'équipe de rédaction du club d'entraide des développeurs francophones
Nous contacter - Copyright © 2000-2008 www.developpez.com - Legal informations.