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

Function calltip_show

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

Source from the content-addressed store, hash-verified

183
184 calltip = CalltipWindow(text)
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>>", "(")

Callers

nothing calls this directly

Calls 1

showtipMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…