Coverage for __init__.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.2.5, created at 2023-05-11 13:22 -0700

1"""The idlelib package implements the Idle application. 

2 

3Idle includes an interactive shell and editor. 

4Starting with Python 3.6, IDLE requires tcl/tk 8.5 or later. 

5Use the files named idle.* to start Idle. 

6 

7The other files are private implementations. Their details are subject to 

8change. See PEP 434 for more. Import them at your own risk. 

9""" 

10testing = False # Set True by test.test_idle. 1ab