MCPcopy Index your code
hub / github.com/python/cpython / is_tipwindow_shown

Method is_tipwindow_shown

Lib/idlelib/idle_test/test_tooltip.py:72–73  ·  view source on GitHub ↗
(self, tooltip)

Source from the content-addressed store, hash-verified

70 self.top, self.button = _make_top_and_button(self)
71
72 def is_tipwindow_shown(self, tooltip):
73 return tooltip.tipwindow and tooltip.tipwindow.winfo_viewable()
74
75 def test_showtip(self):
76 tooltip = Hovertip(self.button, 'ToolTip text')

Callers 6

test_showtipMethod · 0.95
test_showtip_twiceMethod · 0.95
test_hidetipMethod · 0.95
test_hover_with_delayMethod · 0.95

Calls 1

winfo_viewableMethod · 0.80

Tested by

no test coverage detected