HomeSort by relevance Sort by last modified time
    Searched refs:AutoExpand (Results 1 - 8 of 8) sorted by null

  /external/python/cpython2/Lib/idlelib/idle_test/
test_autoexpand.py 1 """Unit tests for idlelib.AutoExpand"""
6 from idlelib.AutoExpand import AutoExpand
10 # AutoExpand.__init__ only needs .text
24 cls.auto_expand = AutoExpand(Dummy_Editwin(cls.text))
  /external/python/cpython3/Lib/idlelib/idle_test/
test_autoexpand.py 1 """Unit tests for idlelib.autoexpand"""
6 from idlelib.autoexpand import AutoExpand
10 # AutoExpand.__init__ only needs .text
24 cls.auto_expand = AutoExpand(Dummy_Editwin(cls.text))
  /external/python/cpython2/Lib/idlelib/
AutoExpand.py 10 place before requesting the next selection causes AutoExpand to reset
13 This is an extension file and there is only one instance of AutoExpand.
22 class AutoExpand:
  /external/python/cpython3/Lib/idlelib/
autoexpand.py 10 place before requesting the next selection causes AutoExpand to reset
13 This is an extension file and there is only one instance of AutoExpand.
22 class AutoExpand:
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoExpand.py 8 class AutoExpand:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoExpand.py 8 class AutoExpand:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 8 class AutoExpand:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 8 class AutoExpand:

Completed in 616 milliseconds