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

Method GetLabelText

Lib/idlelib/tree.py:355–356  ·  view source on GitHub ↗

Return label text string to display in front of text (if any).

(self)

Source from the content-addressed store, hash-verified

353 """Return text string to display."""
354
355 def GetLabelText(self):
356 """Return label text string to display in front of text (if any)."""
357
358 expandable = None
359

Callers 1

drawtextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected