Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _color
Method
_color
Lib/turtle.py:2776–2777 ·
view source on GitHub ↗
(self, args)
Source
from the content-addressed store, hash-verified
2774
return
self.screen.tracer(flag, delay)
2775
2776
def
_color(self, args):
2777
return
self.screen._color(args)
2778
2779
def
_colorstr(self, args):
2780
return
self.screen._colorstr(args)
Callers
nothing calls this directly
Calls
1
_color
Method · 0.45
Tested by
no test coverage detected