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

Method GetText

Lib/idlelib/tree.py:352–353  ·  view source on GitHub ↗

Return text string to display.

(self)

Source from the content-addressed store, hash-verified

350 """Constructor. Do whatever you need to do."""
351
352 def GetText(self):
353 """Return text string to display."""
354
355 def GetLabelText(self):
356 """Return label text string to display in front of text (if any)."""

Callers 5

drawtextMethod · 0.45
edit_finishMethod · 0.45
test_gettextMethod · 0.45
test_gettextMethod · 0.45
test_nestedMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_gettextMethod · 0.36
test_gettextMethod · 0.36
test_nestedMethod · 0.36