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

Method showcontents

Lib/idlelib/calltip_w.py:80–86  ·  view source on GitHub ↗

Create the call-tip widget.

(self)

Source from the content-addressed store, hash-verified

78 self._bind_events()
79
80 def showcontents(self):
81 """Create the call-tip widget."""
82 self.label = Label(self.tipwindow, text=self.text, justify=LEFT,
83 background="#ffffd0", foreground="black",
84 relief=SOLID, borderwidth=1,
85 font=self.anchor_widget['font'])
86 self.label.pack()
87
88 def checkhide_event(self, event=None):
89 """Handle CHECK_HIDE_EVENT: call hidetip or reschedule."""

Callers

nothing calls this directly

Calls 2

LabelClass · 0.90
packMethod · 0.45

Tested by

no test coverage detected