MCPcopy Index your code
hub / github.com/python/cpython / _color

Method _color

Lib/turtle.py:2551–2552  ·  view source on GitHub ↗

dummy method - to be overwritten by child class

(self, args)

Source from the content-addressed store, hash-verified

2549 def _update(self, count=True, forced=False):
2550 """dummy method - to be overwritten by child class"""
2551 def _color(self, args):
2552 """dummy method - to be overwritten by child class"""
2553 def _colorstr(self, args):
2554 """dummy method - to be overwritten by child class"""
2555

Callers 4

colorMethod · 0.95
pencolorMethod · 0.95
fillcolorMethod · 0.95
_colorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected