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

Method _delay

Python/Turtle.py:1906–1907  ·  view source on GitHub ↗

dummy method - to be overwritten by child class

(self, n=None)

Source from the content-addressed store, hash-verified

1904 def _tracer(self, a=None, b=None):
1905 """dummy method - to be overwritten by child class"""
1906 def _delay(self, n=None):
1907 """dummy method - to be overwritten by child class"""
1908
1909 fd = forward
1910 bk = back

Callers 1

circleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected