✏️ 正在编辑: autoexpand.cpython-37.opt-1.pyc
路径:
/opt/alt/python37/lib64/python3.7/idlelib/__pycache__/autoexpand.cpython-37.opt-1.pyc
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
B � f� � @ sF d Z ddlZddlZG dd� d�ZedkrBddlmZ eddd � dS ) a= Complete the current word before the cursor with words in the editor. Each menu selection or shortcut key selection replaces the word with a different word with the same prefix. The search for matches begins before the target and moves toward the top of the editor. It then starts after the cursor and moves down. It then returns to the original word and the cycle starts again. Changing the current text line or leaving the cursor in a different place before requesting the next selection causes AutoExpand to reset its state. There is only one instance of Autoexpand. � Nc @ s<