README.txt: an index to idlelib files and the IDLE menu.
IDEL is Python‘s Intergrated Development and learning Environment. The user documentation is part of the Library Reference and is available in IDLE by selection Help => IDLE Help. This README documents idlelib for IDLE developers and curious users.
IDLELIB FILES lists files alphabetically by category, with a short description of each.
IDLE MENU show the menu tree, annotated with the module or module object that implements the corresponding function.
This file is descriptive, not prescriptive, and may have errors and omission and lag behind changes in idlelib.
IDLELIB FILES
Implementation files not in IDLE MENU are marked (nim).
Desprecated files and objects are lists separately as the end.
Startup
------
__init__.py # import, does nothing
__main__.py # -#, starts IDLE
idle.bat
idle.py
idle.pyw
Implementation
--------------
AutoComplete.py # Complete attribute names or file names.
AutoCompleteWindow.py #Display completions.
AutoExpand.py # Expand word with previous word in file.
Bindings.py # Define most of IDLE menu.
CallTipWindow.py # Display calltip.
CallTips.py # Creat calltip text.
ClassBrowser.py # Creat module browser window.
CodeContext.py # Show compound statements heads otherwise not visible.
ColorDelegator.py # Colorize text (nim).
Debugger.py # Debug Code run from editor; show window.
Delegator.py # Define base class for delegators (nim).
EditorWindow.py # Define most of editor and utility functions.
FileList.py # Open files and manage list of open windows (nim).
FormatParagraph.py # Re-wrap multiline strings and comments.
GrepDialog.py # Find all occurrences of pattern in multiple files.
HyperParser.py # Parse code around a given index.
Python学习
最新推荐文章于 2022-11-05 22:30:43 发布