ยปCore Development>Code coverage>Lib/idlelib/__init__.py

Python code coverage for Lib/idlelib/__init__.py

#countcontent
1n/a"""The idlelib package implements the Idle application.
2n/a
3n/aIdle includes an interactive shell and editor.
4n/aStarting with Python 3.6, IDLE requires tcl/tk 8.5 or later.
5n/aUse the files named idle.* to start Idle.
6n/a
7n/aThe other files are private implementations. Their details are subject to
8n/achange. See PEP 434 for more. Import them at your own risk.
9n/a"""
10n/atesting = False # Set True by test.test_idle.