Home
last modified time | relevance | path

Searched refs:AutoExpand (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_autoexpand.py3 from idlelib.autoexpand import AutoExpand
21 cls.auto_expand = AutoExpand(DummyEditwin(cls.text))
/third_party/python/Lib/idlelib/
Dautoexpand.py19 class AutoExpand: class
DChangeLog375 * AutoExpand.py: py-cvs-rel1_2 (Rev 1.4) merge, "Add Alt-slash to
417 * AutoExpand.py, BrowserControl.py, CallTipWindow.py, CallTips.py,
433 * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
461 * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
529 * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
551 * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
1365 * AutoExpand.py: Added Meta-/ binding for Unix as alt for Alt-/.
1389 …ger.py, Delegator.py, ColorDelegator.py, Bindings.py, ClassBrowser.py, AutoExpand.py, AutoIndent.p…
1587 …st.py, EditorWindow.py, Delegator.py, ColorDelegator.py, Bindings.py, AutoIndent.py, AutoExpand.py:
Deditor.py57 from idlelib.autoexpand import AutoExpand
320 text.bind("<<expand-word>>", self.AutoExpand(self).expand_word_event)
DNEWS.txt1124 - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst4787 Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
/third_party/python/Misc/
DHISTORY1743 - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.