Home
last modified time | relevance | path

Searched refs:showtip (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_tooltip.py65 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 Dtest_calltip.py287 def showtip(self, text, parenleft, parenright): member in mock_TipWindow
/third_party/python/Lib/idlelib/
H A Dtooltip.py18 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 Dcalltip_w.py23 """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 Dcalltip.py106 self.active_calltip.showtip(argspec, sur_paren[0], sur_paren[1])

Completed in 3 milliseconds