Home
last modified time | relevance | path

Searched refs:CallTip (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DCallTipWindow.py16 class CallTip: class
148 calltip = CallTip(text)
DCallTips.py40 return CallTipWindow.CallTip(self.text)
/external/python/cpython3/Lib/idlelib/
DNEWS.txt428 bpo-33839: Refactor ToolTip and CallTip classes; add documentation
462 In module calltip_w, class CallTip is now CalltipWindow.
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst8415 calltip_w, class CallTip is now CalltipWindow.
8433 IDLE: refactor ToolTip and CallTip and add documentation and tests