Python code coverage for Lib/idlelib/__init__.py
| # | count | content |
|---|---|---|
| 1 | n/a | """The idlelib package implements the Idle application. |
| 2 | n/a | |
| 3 | n/a | Idle includes an interactive shell and editor. |
| 4 | n/a | Starting with Python 3.6, IDLE requires tcl/tk 8.5 or later. |
| 5 | n/a | Use the files named idle.* to start Idle. |
| 6 | n/a | |
| 7 | n/a | The other files are private implementations. Their details are subject to |
| 8 | n/a | change. See PEP 434 for more. Import them at your own risk. |
| 9 | n/a | """ |
| 10 | n/a | testing = False # Set True by test.test_idle. |
