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

Method _newLine

Lib/turtle.py:2547–2548  ·  view source on GitHub ↗

dummy method - to be overwritten by child class

(self, usePos = True)

Source from the content-addressed store, hash-verified

2545## three dummy methods to be implemented by child class:
2546
2547 def _newLine(self, usePos = True):
2548 """dummy method - to be overwritten by child class"""
2549 def _update(self, count=True, forced=False):
2550 """dummy method - to be overwritten by child class"""
2551 def _color(self, args):

Callers 1

penMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected