Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ GetText
Method
GetText
Lib/idlelib/debugobj.py:28–29 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
26
def
GetLabelText(self):
27
return
self.labeltext
28
def
GetText(self):
29
return
myrepr.repr(self.object)
30
def
GetIconName(self):
31
if
not self.IsExpandable():
32
return
"python"
Callers
nothing calls this directly
Calls
1
repr
Method · 0.45
Tested by
no test coverage detected