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

Method showcontents

Lib/idlelib/tooltip.py:65–68  ·  view source on GitHub ↗

content display hook for sub-classes

(self)

Source from the content-addressed store, hash-verified

63 return 20, self.anchor_widget.winfo_height() + 1
64
65 def showcontents(self):
66 """content display hook for sub-classes"""
67 # See ToolTip for an example
68 raise NotImplementedError
69
70 def hidetip(self):
71 """hide the tooltip"""

Callers 1

showtipMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected