Python運行時服務(wù)?
本章里描述的模塊提供了和Python解釋器及其環(huán)境交互相關(guān)的廣泛服務(wù)。以下是綜述:
sys--- 系統(tǒng)相關(guān)的參數(shù)和函數(shù)sysconfig--- Provide access to Python's configuration informationbuiltins--- 內(nèi)建對象__main__--- 頂層腳本環(huán)境warnings—— 警告信息的控制dataclasses--- 數(shù)據(jù)類contextlib--- 為with語句上下文提供的工具abc--- 抽象基類atexit--- 退出處理器traceback--- 打印或檢索堆棧回溯__future__--- Future 語句定義gc--- 垃圾回收器接口inspect--- 檢查對象site—— 站點專屬的配置鉤子
