MCPcopy Create free account
hub / github.com/python/cpython / setbgcolor

Function setbgcolor

Lib/turtledemo/colormixer.py:33–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 setbgcolor()
32
33def setbgcolor():
34 screen.bgcolor(red.ycor(), green.ycor(), blue.ycor())
35
36def main():
37 global screen, red, green, blue

Callers 2

shiftMethod · 0.85
mainFunction · 0.85

Calls 2

bgcolorMethod · 0.80
ycorMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…