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

  /external/python/cpython3/Lib/idlelib/
calltips.py 62 def open_calltip(self, evalfuncs):
73 if not evalfuncs and (expression.find('(') != -1):
autocomplete.py 107 def open_completions(self, evalfuncs, complete, userWantsWin, mode=None):
149 (not evalfuncs and comp_what.find('(') != -1):
  /external/python/cpython2/Lib/idlelib/
AutoComplete.py 111 def open_completions(self, evalfuncs, complete, userWantsWin, mode=None):
146 (not evalfuncs and comp_what.find('(') != -1):
CallTips.py 67 def open_calltip(self, evalfuncs):
76 if not expression or (not evalfuncs and expression.find('(') != -1):
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoComplete.py 111 def open_completions(self, evalfuncs, complete, userWantsWin, mode=None):
146 (not evalfuncs and comp_what.find('(') != -1):
CallTips.py 66 def open_calltip(self, evalfuncs):
75 if not expression or (not evalfuncs and expression.find('(') != -1):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoComplete.py 111 def open_completions(self, evalfuncs, complete, userWantsWin, mode=None):
146 (not evalfuncs and comp_what.find('(') != -1):
CallTips.py 66 def open_calltip(self, evalfuncs):
75 if not expression or (not evalfuncs and expression.find('(') != -1):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 111 def open_completions(self, evalfuncs, complete, userWantsWin, mode=None):
146 (not evalfuncs and comp_what.find('(') != -1):
CallTips.py 66 def open_calltip(self, evalfuncs):
75 if not expression or (not evalfuncs and expression.find('(') != -1):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 111 def open_completions(self, evalfuncs, complete, userWantsWin, mode=None):
146 (not evalfuncs and comp_what.find('(') != -1):
CallTips.py 66 def open_calltip(self, evalfuncs):
75 if not expression or (not evalfuncs and expression.find('(') != -1):

Completed in 179 milliseconds