sys – System-specific ConfigurationΒΆ
| Purpose: | Provides system-specific configuration and operations. |
|---|---|
| Python Version: | 1.4 and later |
The sys module includes a collection of services for probing or changing the configuration of the interpreter at runtime and resources for interacting with the operating environment outside of the current program.
- Interpreter Settings
- Runtime Environment
- Memory Management and Limits
- Exception Handling
- Tracing Your Program As It Runs
- Low-level Thread Support
- Modules and Imports
See also
- sys
- The standard library documentation for this module.
