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

  /external/python/cpython2/Lib/idlelib/
AutoComplete.py 75 self._open_completions_later(False, False, False,
78 self._open_completions_later(False, False, False,
97 def _open_completions_later(self, *args): member in class:AutoComplete
  /external/python/cpython3/Lib/idlelib/
autocomplete.py 68 self._open_completions_later(False, False, False,
71 self._open_completions_later(False, False, False,
91 def _open_completions_later(self, *args): member in class:AutoComplete
  /external/python/cpython2/Lib/idlelib/idle_test/
test_autocomplete.py 67 autocomplete._open_completions_later = o_c_l
69 # _open_completions_later should not be called with no text in editor
73 # _open_completions_later should be called with COMPLETE_ATTRIBUTES (1)
78 # _open_completions_later should be called with COMPLETE_FILES (2)
  /external/python/cpython3/Lib/idlelib/idle_test/
test_autocomplete.py 66 autocomplete._open_completions_later = o_c_l
68 # _open_completions_later should not be called with no text in editor
72 # _open_completions_later should be called with COMPLETE_ATTRIBUTES (1)
77 # _open_completions_later should be called with COMPLETE_FILES (2)

Completed in 72 milliseconds