Home
last modified time | relevance | path

Searched refs:calltip_hide (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DCallTipWindow.py152 def calltip_hide(event): function
157 text.bind("<<calltip-hide>>", calltip_hide)
/external/python/cpython3/Lib/idlelib/
Dcalltip_w.py187 def calltip_hide(event): function
192 text.bind("<<calltip-hide>>", calltip_hide)