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

Method _newLine

Python/Turtle.py:2362–2363  ·  view source on GitHub ↗

dummy method - to be overwritten by child class

(self, usePos = True)

Source from the content-addressed store, hash-verified

2360## three dummy methods to be implemented by child class:
2361
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):

Callers 1

penMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected