Searched refs:showtip (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_tooltip.py | 65 tooltip.showtip() 79 tooltip.showtip() 86 tooltip.showtip() 89 tooltip.showtip() 96 tooltip.showtip() 103 tooltip.showtip = add_call_counting(tooltip.showtip) 109 self.assertGreater(len(tooltip.showtip.call_args_list), 0) 117 tooltip1.showtip = add_call_counting(tooltip1.showtip) [all...] |
H A D | test_calltip.py | 287 def showtip(self, text, parenleft, parenright): member in mock_TipWindow
|
/third_party/python/Lib/idlelib/ |
H A D | tooltip.py | 18 Note that a widget will only be shown when showtip() is called. 26 def showtip(self): member in TooltipBase 91 Note that a widget will only be shown when showtip() is called, 117 self.showtip() 127 self.showtip) 153 Note that a widget will only be shown when showtip() is called,
|
H A D | calltip_w.py | 23 """Create a call-tip; shown by showtip(). 59 def showtip(self, text, parenleft, parenright): member in CalltipWindow 76 super().showtip() 186 calltip.showtip("(s='Hello world')", "insert", "end")
|
H A D | calltip.py | 106 self.active_calltip.showtip(argspec, sur_paren[0], sur_paren[1])
|
Completed in 3 milliseconds