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

Function calltip_hide

Lib/idlelib/calltip_w.py:187–188  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

185 def calltip_show(event):
186 calltip.showtip("(s='Hello world')", "insert", "end")
187 def calltip_hide(event):
188 calltip.hidetip()
189 text.event_add("<<calltip-show>>", "(")
190 text.event_add("<<calltip-hide>>", ")")
191 text.bind("<<calltip-show>>", calltip_show)

Callers

nothing calls this directly

Calls 1

hidetipMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…