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

  /external/python/cpython2/Lib/idlelib/
AutoComplete.py 155 comp_lists = self.fetch_completions(comp_what, mode)
163 def fetch_completions(self, what, mode): member in class:AutoComplete
168 either fetch_completions() is running in the subprocess itself or it
run.py 358 return self.autocomplete.fetch_completions(what, mode)
  /external/python/cpython3/Lib/idlelib/
autocomplete.py 121 # fetch_completions will look at the file system to determine whether the
155 comp_lists = self.fetch_completions(comp_what, mode)
163 def fetch_completions(self, what, mode): member in class:AutoComplete
168 either fetch_completions() is running in the subprocess itself or it
run.py 508 return self.autocomplete.fetch_completions(what, mode)

Completed in 1773 milliseconds