MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _newLine

Method _newLine

tools/python-3.11.9-amd64/Lib/turtle.py:2464–2465  ·  view source on GitHub ↗

dummy method - to be overwritten by child class

(self, usePos = True)

Source from the content-addressed store, hash-verified

2462## three dummy methods to be implemented by child class:
2463
2464 def _newLine(self, usePos = True):
2465 """dummy method - to be overwritten by child class"""
2466 def _update(self, count=True, forced=False):
2467 """dummy method - to be overwritten by child class"""
2468 def _color(self, args):

Callers 1

penMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected