Home
last modified time | relevance | path

Searched refs:evalfuncs (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dcalltip.py57 def open_calltip(self, evalfuncs): argument
99 if not evalfuncs and (expression.find('(') != -1):
Dautocomplete.py108 evalfuncs, complete, wantwin, mode = args
144 (not evalfuncs and comp_what.find('(') != -1)):
/external/python/cpython2/Lib/idlelib/
DCallTips.py67 def open_calltip(self, evalfuncs): argument
76 if not expression or (not evalfuncs and expression.find('(') != -1):
DAutoComplete.py111 def open_completions(self, evalfuncs, complete, userWantsWin, mode=None): argument
146 (not evalfuncs and comp_what.find('(') != -1):