Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __del__
Method
__del__
Lib/idlelib/tooltip.py:23–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
self.tipwindow = None
22
23
def
__del__(self):
24
self.hidetip()
25
26
def
showtip(self):
27
""
"display the tooltip"
""
Callers
1
__del__
Method · 0.45
Calls
1
hidetip
Method · 0.95
Tested by
no test coverage detected