MCPcopy Index your code
hub / github.com/python/cpython / colormixer.py

File colormixer.py

Lib/turtledemo/colormixer.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""turtledemo/colormixer.py"""
2from turtle import Screen, Turtle, mainloop
3
4class ColorTurtle(Turtle):

Callers

nothing calls this directly

Calls 2

mainloopFunction · 0.85
mainFunction · 0.70

Tested by

no test coverage detected