Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
def
setbgcolor():
34
screen.bgcolor(red.ycor(), green.ycor(), blue.ycor())
35
36
def
main():
37
global screen, red, green, blue
Callers
2
shift
Method · 0.85
main
Function · 0.85
Calls
2
bgcolor
Method · 0.80
ycor
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…