Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ unglow
Method
unglow
Lib/turtledemo/sorting_animate.py:29–30 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
self.fillcolor(
"red"
)
28
29
def
unglow(self):
30
self.fillcolor(
"black"
)
31
32
def
__repr__(self):
33
return
"Block size: {0}"
.format(self.size)
Callers
1
insert
Method · 0.80
Calls
1
fillcolor
Method · 0.80
Tested by
no test coverage detected