Home
last modified time | relevance | path

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

/third_party/python/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)):