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

Method _colorstr

Lib/turtle.py:2553–2554  ·  view source on GitHub ↗

dummy method - to be overwritten by child class

(self, args)

Source from the content-addressed store, hash-verified

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
2556 width = pensize
2557 up = penup

Callers 5

colorMethod · 0.95
pencolorMethod · 0.95
fillcolorMethod · 0.95
penMethod · 0.95
_colorstrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected