Python ランタイムサービス¶
- abc – 抽象基底クラス
- atexit – プログラムの終了時に関数を呼び出す
- contextlib – コンテキストマネージャユーティリティ
- gc – Garbage Collector
- inspect – Inspect live objects
- site – Site-wide configuration
- sys – System-specific Configuration
- sysconfig – Interpreter Compile-time Configuration
- traceback – Extract, format, and print exceptions and stack traces.
- warnings – Non-fatal alerts