Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _colorstr
Method
_colorstr
Lib/turtle.py:2779–2780 ·
view source on GitHub ↗
(self, args)
Source
from the content-addressed store, hash-verified
2777
return
self.screen._color(args)
2778
2779
def
_colorstr(self, args):
2780
return
self.screen._colorstr(args)
2781
2782
def
_cc(self, args):
2783
""
"Convert colortriples to hexstrings.
Callers
1
dot
Method · 0.95
Calls
1
_colorstr
Method · 0.45
Tested by
no test coverage detected