Searched defs:showtip (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/idlelib/ | ||
D | calltip_w.py | 59 def showtip(self, text, parenleft, parenright): member in CalltipWindow |
D | tooltip.py | 26 def showtip(self): member in TooltipBase |
/third_party/python/Lib/idlelib/idle_test/ | ||
D | test_calltip.py | 285 def showtip(self, text, parenleft, parenright): member in mock_TipWindow |