MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / _update

Method _update

Python/Turtle.py:2364–2365  ·  view source on GitHub ↗

dummy method - to be overwritten by child class

(self, count=True, forced=False)

Source from the content-addressed store, hash-verified

2362 def _newLine(self, usePos = True):
2363 """dummy method - to be overwritten by child class"""
2364 def _update(self, count=True, forced=False):
2365 """dummy method - to be overwritten by child class"""
2366 def _color(self, args):
2367 """dummy method - to be overwritten by child class"""
2368 def _colorstr(self, args):

Callers 4

penMethod · 0.95
updateMethod · 0.45
_updateMethod · 0.45
cloneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected