HomeSort by relevance Sort by last modified time
    Searched refs:fetch_completions (Results 1 - 12 of 12) 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 124 # fetch_completions will look at the file system to determine whether the
158 comp_lists = self.fetch_completions(comp_what, mode)
166 def fetch_completions(self, what, mode): member in class:AutoComplete
171 either fetch_completions() is running in the subprocess itself or it
run.py 494 return self.autocomplete.fetch_completions(what, mode)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoComplete.py 155 comp_lists = self.fetch_completions(comp_what, mode)
166 def fetch_completions(self, what, mode): member in class:AutoComplete
171 either fetch_completions() is running in the subprocess itself or it
run.py 339 return self.autocomplete.fetch_completions(what, mode)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoComplete.py 155 comp_lists = self.fetch_completions(comp_what, mode)
166 def fetch_completions(self, what, mode): member in class:AutoComplete
171 either fetch_completions() is running in the subprocess itself or it
run.py 339 return self.autocomplete.fetch_completions(what, mode)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 155 comp_lists = self.fetch_completions(comp_what, mode)
166 def fetch_completions(self, what, mode): member in class:AutoComplete
171 either fetch_completions() is running in the subprocess itself or it
run.py 339 return self.autocomplete.fetch_completions(what, mode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 155 comp_lists = self.fetch_completions(comp_what, mode)
166 def fetch_completions(self, what, mode): member in class:AutoComplete
171 either fetch_completions() is running in the subprocess itself or it
run.py 339 return self.autocomplete.fetch_completions(what, mode)

Completed in 368 milliseconds