Python idlelib Module
Definition and Usage
The idlelib module contains support code and resources used by IDLE, the Python Integrated Development and Learning Environment.
It is mainly useful for IDLE itself; most users should not need to import it directly.
Members
Member | Description |
---|---|
(various submodules) | Implementation modules used by IDLE's UI and features. |