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

Method glow

Lib/turtledemo/sorting_animate.py:26–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 self.st()
25
26 def glow(self):
27 self.fillcolor("red")
28
29 def unglow(self):
30 self.fillcolor("black")

Callers 1

popMethod · 0.80

Calls 1

fillcolorMethod · 0.80

Tested by

no test coverage detected